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