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

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

Issue 3040014: Merge 53102 - Disallow syncing of extensions with third-party update URLs or ... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/472/src/
Patch Set: Created 10 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/common/extensions/extension_constants.h
===================================================================
--- chrome/common/extensions/extension_constants.h (revision 53364)
+++ chrome/common/extensions/extension_constants.h (working copy)
@@ -177,8 +177,9 @@
extern const char* kGalleryBrowsePrefix;
extern const char* kGalleryDownloadPrefix;
- // The update url used by gallery/webstore extensions.
- extern const char* kGalleryUpdateURL;
+ // The update urls used by gallery/webstore extensions.
+ extern const char* kGalleryUpdateHttpUrl;
+ extern const char* kGalleryUpdateHttpsUrl;
// Same thing for the "minigallery". The minigallery is the temporary static
// themes gallery that we put up when we launched themes.
« no previous file with comments | « chrome/browser/sync/glue/extension_util_unittest.cc ('k') | chrome/common/extensions/extension_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698