diff options
author | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-05 19:20:21 +0000 |
---|---|---|
committer | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-05 19:20:21 +0000 |
commit | ce4dc42d29d14d53d18fed972a4f3e85c1c10105 (patch) | |
tree | c54cad9dbcae4f37efdccd0909ee7d7532637b8b /chrome/test/ui | |
parent | 9d40e2971d283eaa2881bf1b7b9fd804e4b0601a (diff) | |
download | chromium_src-ce4dc42d29d14d53d18fed972a4f3e85c1c10105.zip chromium_src-ce4dc42d29d14d53d18fed972a4f3e85c1c10105.tar.gz chromium_src-ce4dc42d29d14d53d18fed972a4f3e85c1c10105.tar.bz2 |
Revert 140574 - Allow off-store extension installs in pyauto/ui tests
r140527 disabled off-store extension installs by default.
Allow it in pyauto and UI tests.
BUG=None
TEST=None
TBR=aa@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10535016
TBR=nirnimesh@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10533010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140576 0039d316-1c4b-4281-b951-d872f2087c98
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). |