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

Unified Diff: chrome/common/extensions/extension_constants.h

Issue 411004: Special case the gallery to not show the scary download roadblock. (Closed)
Patch Set: add comments Created 11 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 | « chrome/common/extensions/extension.cc ('k') | chrome/common/extensions/extension_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/extension_constants.h
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
index c8a717afc104f3ebc81dbb5b918f271ea358e34c..8d2500a6d47f2d21a756bee76cc3fecba42107c1 100644
--- a/chrome/common/extensions/extension_constants.h
+++ b/chrome/common/extensions/extension_constants.h
@@ -130,4 +130,16 @@ namespace extension_manifest_errors {
extern const char* kInvalidOptionsPage;
} // namespace extension_manifest_errors
+namespace extension_urls {
+ // The greatest common prefixes of the main extensions gallery's browse and
+ // download URLs.
+ extern const char* kGalleryBrowsePrefix;
+ extern const char* kGalleryDownloadPrefix;
+
+ // Same thing for the "minigallery". The minigallery is the temporary static
+ // themes gallery that we put up when we launched themes.
+ extern const char* kMiniGalleryBrowsePrefix;
+ extern const char* kMiniGalleryDownloadPrefix;
+} // namespace extension_urls
+
#endif // CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_
« no previous file with comments | « chrome/common/extensions/extension.cc ('k') | chrome/common/extensions/extension_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698