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

Unified Diff: extensions/common/switches.cc

Issue 65163003: Move GetWebstoreLaunchURL and GetWebstoreItemDetailURLPrefix to extensions/common/extension_urls.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
« extensions/common/extension_urls.cc ('K') | « extensions/common/switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/switches.cc
diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc
index 674bb03e4e4edbd7bfc1203a96384c549c3e2f18..0c9a7ed74d4cce5e6e24aad6e7e8c552bb2a696a 100644
--- a/extensions/common/switches.cc
+++ b/extensions/common/switches.cc
@@ -18,6 +18,9 @@ const char kAllowLegacyExtensionManifests[] =
// automation testing of the gallery.
const char kAllowScriptingGallery[] = "allow-scripting-gallery";
+// The URL to use for the gallery link in the app launcher.
+const char kAppsGalleryURL[] = "apps-gallery-url";
+
// Enables extension APIs that are in development.
const char kEnableExperimentalExtensionApis[] =
"enable-experimental-extension-apis";
« extensions/common/extension_urls.cc ('K') | « extensions/common/switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698