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

Unified Diff: extensions/common/switches.h

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
« no previous file with comments | « chrome/test/data/extensions/api_test/socket/unload/manifest.json ('k') | extensions/common/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/switches.h
diff --git a/extensions/common/switches.h b/extensions/common/switches.h
index c24d35b7579b9b9e58953f7be706f7f5416d9551..7fceb54e9d697942f294fcc27e4ac7c2fb5c510c 100644
--- a/extensions/common/switches.h
+++ b/extensions/common/switches.h
@@ -13,6 +13,7 @@ namespace switches {
extern const char kAllowLegacyExtensionManifests[];
extern const char kAllowScriptingGallery[];
+extern const char kEnableExperimentalExtensionApis[];
extern const char kExtensionsOnChromeURLs[];
extern const char kShowComponentExtensionOptions[];
« no previous file with comments | « chrome/test/data/extensions/api_test/socket/unload/manifest.json ('k') | extensions/common/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698