diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-05 00:32:04 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-05 00:32:04 +0000 |
commit | 1f445a2e52d2789eccb067daf246b84958c6aaaf (patch) | |
tree | e056178019b5399f890716c72436105ccd567b56 /chrome/browser/extensions | |
parent | 080b67efd40a7f5776c096bb7b71195895cb3747 (diff) | |
download | chromium_src-1f445a2e52d2789eccb067daf246b84958c6aaaf.zip chromium_src-1f445a2e52d2789eccb067daf246b84958c6aaaf.tar.gz chromium_src-1f445a2e52d2789eccb067daf246b84958c6aaaf.tar.bz2 |
Undo my bonehead mistake of checking in a modification to the
hardcoded theme gallery URL.
Review URL: http://codereview.chromium.org/159888
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22448 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions')
-rw-r--r-- | chrome/browser/extensions/extensions_service.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/extensions/extensions_service.cc b/chrome/browser/extensions/extensions_service.cc index fe04e77..1b83a61 100644 --- a/chrome/browser/extensions/extensions_service.cc +++ b/chrome/browser/extensions/extensions_service.cc @@ -32,16 +32,10 @@ const char* ExtensionsService::kInstallDirectoryName = "Extensions"; const char* ExtensionsService::kCurrentVersionFileName = "Current Version"; -/* const char* ExtensionsService::kGalleryDownloadURLPrefix = "https://dl-ssl.google.com/chrome/"; const char* ExtensionsService::kGalleryURLPrefix = "https://tools.google.com/chrome/"; -*/ -const char* ExtensionsService::kGalleryDownloadURLPrefix = - "http://www.corp.google.com/~glen/chrome/"; -const char* ExtensionsService::kGalleryURLPrefix = - "http://www.corp.google.com/~glen/chrome/"; // static bool ExtensionsService::IsDownloadFromGallery(const GURL& download_url, |