| Index: chrome/common/extensions/extension_constants.h
|
| diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
|
| index 4b7f35ad1383ad4269ca79d8b242d6f98328aeaf..71e7af085322800094d8409f064703de61b091c0 100644
|
| --- a/chrome/common/extensions/extension_constants.h
|
| +++ b/chrome/common/extensions/extension_constants.h
|
| @@ -30,12 +30,11 @@ namespace extension_urls {
|
| // etc.) about an extension from the webstore as JSON.
|
| GURL GetWebstoreItemJsonDataURL(const std::string& extension_id);
|
|
|
| - // Return the update URL used by gallery/webstore extensions/apps. The
|
| - // |secure| parameter will be ignored if the update URL is overriden with
|
| - // --apps-gallery-update-url.
|
| - GURL GetWebstoreUpdateUrl(bool secure);
|
| + // Return the update URL used by gallery/webstore extensions/apps.
|
| + GURL GetWebstoreUpdateUrl();
|
|
|
| - // Returns whether the URL is the webstore update URL (secure or not).
|
| + // Returns whether the URL is the webstore update URL (just considering host
|
| + // and path, not scheme, query, etc.)
|
| bool IsWebstoreUpdateUrl(const GURL& update_url);
|
|
|
| // Returns true if the URL points to an extension blacklist.
|
|
|