Allow default apps for autotests.

BUG=chromium:428568
TEST=manual

Change-Id: I3ef7475c4b048f6cb056fd2c614c8104eaba25e6
Reviewed-on: https://chromium-review.googlesource.com/226422
Reviewed-by: Katherine Threlkeld <kathrelkeld@chromium.org>
Commit-Queue: Achuith Bhandarkar <achuith@chromium.org>
Tested-by: Achuith Bhandarkar <achuith@chromium.org>
diff --git a/client/common_lib/cros/chrome.py b/client/common_lib/cros/chrome.py
index fbce7d2..75b28f8 100644
--- a/client/common_lib/cros/chrome.py
+++ b/client/common_lib/cros/chrome.py
@@ -80,6 +80,7 @@
         b_options.clear_enterprise_policy = clear_enterprise_policy
         b_options.dont_override_profile = dont_override_profile
         b_options.disable_gaia_services = disable_gaia_services
+        b_options.disable_default_apps = False
 
         b_options.auto_login = auto_login
         b_options.gaia_login = gaia_login