diff options
Diffstat (limited to 'chrome/common/extensions/extension.cc')
-rw-r--r-- | chrome/common/extensions/extension.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/extensions/extension.cc b/chrome/common/extensions/extension.cc index 7b39253..93428a58 100644 --- a/chrome/common/extensions/extension.cc +++ b/chrome/common/extensions/extension.cc @@ -86,9 +86,6 @@ static const wchar_t* kValidThemeKeys[] = { keys::kUpdateURL }; -const char* Extension::kGalleryBrowseUrl = - "https://chrome.google.com/extensions"; - #if defined(OS_WIN) const char* Extension::kExtensionRegistryPath = "Software\\Google\\Chrome\\Extensions"; |