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

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

Issue 2884025: Disallow syncing of extensions with third-party update URLs or plugins. (Closed)
Patch Set: Tightened check 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
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
index a8d508daf32a80c60168b0acaf0667591ad7cc85..007c3a0d9a8aa45e6950119d1922a3d3e057cab5 100644
--- a/chrome/common/extensions/extension_constants.h
+++ b/chrome/common/extensions/extension_constants.h
@@ -177,8 +177,9 @@ namespace extension_urls {
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.

Powered by Google App Engine
This is Rietveld 408576698