diff options
Diffstat (limited to 'chrome/common/extensions/extension_constants.cc')
| -rw-r--r-- | chrome/common/extensions/extension_constants.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/extension_constants.cc b/chrome/common/extensions/extension_constants.cc index 7ebc16b..5e00d35 100644 --- a/chrome/common/extensions/extension_constants.cc +++ b/chrome/common/extensions/extension_constants.cc @@ -280,7 +280,7 @@ const char* kIllegalPlugins = } // namespace extension_manifest_errors namespace extension_urls { -const char* kGalleryBrowsePrefix = "https://chrome.google.com/extensions"; +const char* kGalleryBrowsePrefix = "https://chrome.google.com/webstore"; const char* kMiniGalleryBrowsePrefix = "https://tools.google.com/chrome/"; const char* kMiniGalleryDownloadPrefix = "https://dl-ssl.google.com/chrome/"; } |
