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

Unified Diff: chrome/browser/extensions/extension_keybinding_apitest.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.cc
diff --git a/chrome/browser/extensions/extension_keybinding_apitest.cc b/chrome/browser/extensions/extension_keybinding_apitest.cc
index 8951a60148dc3db129bc141805afcf1bfb57cdc9..07906a18b79c18956c16bb9ed74de4674f3dd134 100644
--- a/chrome/browser/extensions/extension_keybinding_apitest.cc
+++ b/chrome/browser/extensions/extension_keybinding_apitest.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() {}
};
@@ -242,4 +240,4 @@ IN_PROC_BROWSER_TEST_F(CommandsApiTest, DontOverwriteSystemShortcuts) {
ASSERT_TRUE(result);
}
-} // extensions
+} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698