diff options
Diffstat (limited to 'chrome/test/ui')
-rw-r--r-- | chrome/test/ui/ui_test.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/test/ui/ui_test.cc b/chrome/test/ui/ui_test.cc index 2426f49..eef01e5 100644 --- a/chrome/test/ui/ui_test.cc +++ b/chrome/test/ui/ui_test.cc @@ -180,8 +180,6 @@ void UITestBase::SetLaunchSwitches() { launch_arguments_.AppendSwitch(switches::kEnableFileCookies); if (dom_automation_enabled_) launch_arguments_.AppendSwitch(switches::kDomAutomationController); - // Allow off-store extension installs. - launch_arguments_.AppendSwitch(switches::kEnableOffStoreExtensionInstall); if (!homepage_.empty()) { // Pass |homepage_| both as an arg (so that it opens on startup) and to the // homepage switch (so that the homepage is set). |