| 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.
|
|
|