Index: chrome/browser/extensions/extension_browsertest.cc |
diff --git a/chrome/browser/extensions/extension_browsertest.cc b/chrome/browser/extensions/extension_browsertest.cc |
index a30f35287ec4861ba3a5d7bd806b95b7a23fe523..8660cb1fc9cf8b767cbe69262c88a4b97be7b39c 100644 |
--- a/chrome/browser/extensions/extension_browsertest.cc |
+++ b/chrome/browser/extensions/extension_browsertest.cc |
@@ -44,11 +44,6 @@ void ExtensionBrowserTest::SetUpCommandLine(CommandLine* command_line) { |
PathService::Get(chrome::DIR_TEST_DATA, &test_data_dir_); |
test_data_dir_ = test_data_dir_.AppendASCII("extensions"); |
- // There are a number of tests that still use toolstrips. Rather than |
- // selectively enabling each of them, enable toolstrips for all extension |
- // tests. |
- command_line->AppendSwitch(switches::kEnableExtensionToolstrips); |
- |
#if defined(OS_CHROMEOS) |
// This makes sure that we create the Default profile first, with no |
// ExtensionsService and then the real profile with one, as we do when |