| Index: chrome/browser/extensions/extension_browsertest.cc
|
| diff --git a/chrome/browser/extensions/extension_browsertest.cc b/chrome/browser/extensions/extension_browsertest.cc
|
| index 0fca2084a0500c41a0278b1bd225aca65e4483e1..e32f8be63d4782e7ef633b3b7c13d36f3560489a 100644
|
| --- a/chrome/browser/extensions/extension_browsertest.cc
|
| +++ b/chrome/browser/extensions/extension_browsertest.cc
|
| @@ -41,6 +41,11 @@ 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);
|
| }
|
|
|
| bool ExtensionBrowserTest::LoadExtension(const FilePath& path) {
|
|
|