Index: chrome/browser/extensions/extension_keybinding_apitest_new.cc |
diff --git a/chrome/browser/extensions/extension_keybinding_apitest_new.cc b/chrome/browser/extensions/extension_keybinding_apitest_new.cc |
index 32ae4535cc2ca189e32c35f82812d2d5db3f1251..21d8da22da6cd48cbc91baf08ae1ee191321d361 100644 |
--- a/chrome/browser/extensions/extension_keybinding_apitest_new.cc |
+++ b/chrome/browser/extensions/extension_keybinding_apitest_new.cc |
@@ -41,8 +41,6 @@ class ScriptBadgesCommandsApiTest : public ExtensionApiTest { |
// treated like BrowserActions and the PageAction test starts failing. |
CommandLine::ForCurrentProcess()->AppendSwitchASCII( |
switches::kScriptBadges, "1"); |
- CommandLine::ForCurrentProcess()->AppendSwitch( |
- switches::kEnableExperimentalExtensionApis); |
} |
virtual ~ScriptBadgesCommandsApiTest() {} |
}; |
@@ -195,4 +193,4 @@ IN_PROC_BROWSER_TEST_F(CommandsApiTest, SynthesizedCommand) { |
ASSERT_TRUE(RunExtensionTest("keybinding/synthesized")) << message_; |
} |
-} // extensions |
+} // namespace extensions |