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

Unified Diff: extensions/common/switches.h

Issue 47923018: Move FeatureSwitch to top-level extensions/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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 | « extensions/common/feature_switch.cc ('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 e6ff310d4a32461325781f3c35f08f6ae346a1f8..7111d875dd8c5881d34740920e59000332aac2fe 100644
--- a/extensions/common/switches.h
+++ b/extensions/common/switches.h
@@ -13,11 +13,16 @@ namespace switches {
extern const char kAllowLegacyExtensionManifests[];
extern const char kAllowScriptingGallery[];
+extern const char kEasyOffStoreExtensionInstall[];
extern const char kEnableExperimentalExtensionApis[];
extern const char kErrorConsole[];
extern const char kEventPageIdleTime[];
extern const char kEventPageSuspendingTime[];
extern const char kExtensionsOnChromeURLs[];
+extern const char kGlobalCommands[];
+extern const char kPromptForExternalExtensions[];
+extern const char kScriptBadges[];
+extern const char kScriptBubble[];
extern const char kShowComponentExtensionOptions[];
} // namespace switches
« no previous file with comments | « extensions/common/feature_switch.cc ('k') | extensions/common/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698