Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4177)

Unified Diff: chrome/browser/extensions/extension_keybinding_apitest_new.cc

Issue 20593003: Move kEnableExperimentalExtensionApis switch to extensions/common/switches.cc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698