diff options
author | asargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-30 00:28:55 +0000 |
---|---|---|
committer | asargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-30 00:28:55 +0000 |
commit | 4d2913e3a919b1475bea30be6bac76d1581cbfd5 (patch) | |
tree | 770347643e956b794cf661e94e129834a71ba360 /chrome/browser/extensions/extension_updater.h | |
parent | 8977399aeb3fa195007e608b9f8cb708025c8750 (diff) | |
download | chromium_src-4d2913e3a919b1475bea30be6bac76d1581cbfd5.zip chromium_src-4d2913e3a919b1475bea30be6bac76d1581cbfd5.tar.gz chromium_src-4d2913e3a919b1475bea30be6bac76d1581cbfd5.tar.bz2 |
Add command line flag to override gallery update urls
This will be helpful for testing installs via the web store pointing at a test
server, and potentially for testing autoupdate as well.
Also remove the kGalleryBrowsePrefix constant while I was in the neighborhood,
since it turns out it's not used anywhere in our code anymore.
BUG=63511
TEST=Run chrome with --app-gallery-update-url=<SOMEURL>. Go to the web store
and try installing an app - the request to download the .crx file should go
<SOMEURL> with some extra parameters tacked on including the extension id,
etc. instead of http://clients2.google.com/service/update2/crx.
Review URL: http://codereview.chromium.org/5119003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67625 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/extension_updater.h')
-rw-r--r-- | chrome/browser/extensions/extension_updater.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_updater.h b/chrome/browser/extensions/extension_updater.h index 1e99649..041dba0 100644 --- a/chrome/browser/extensions/extension_updater.h +++ b/chrome/browser/extensions/extension_updater.h @@ -189,7 +189,6 @@ class ExtensionUpdater static const int kManifestFetcherId = 1; static const int kExtensionFetcherId = 2; - static const char* kBlacklistUpdateUrl; static const char* kBlacklistAppID; // Does common work from constructors. |