| Index: chrome/browser/extensions/updater/extension_updater.h
|
| diff --git a/chrome/browser/extensions/updater/extension_updater.h b/chrome/browser/extensions/updater/extension_updater.h
|
| index 3cb450d8d199e44b8f61a3b8f0eaf71fc5f9fa9a..772eef66e51578c711fb8276b479f590e932fa7f 100644
|
| --- a/chrome/browser/extensions/updater/extension_updater.h
|
| +++ b/chrome/browser/extensions/updater/extension_updater.h
|
| @@ -119,12 +119,6 @@ class ExtensionUpdater : public ExtensionDownloaderDelegate,
|
| // code should just call CheckSoon().
|
| bool WillCheckSoon() const;
|
|
|
| - // Changes the params that are used for the automatic periodic update checks,
|
| - // as well as for explicit calls to CheckSoon.
|
| - void set_default_check_params(const CheckParams& params) {
|
| - default_params_ = params;
|
| - }
|
| -
|
| // Overrides the extension cache with |extension_cache| for testing.
|
| void SetExtensionCacheForTesting(ExtensionCache* extension_cache);
|
|
|
| @@ -271,8 +265,6 @@ class ExtensionUpdater : public ExtensionDownloaderDelegate,
|
| std::stack<FetchedCRXFile> fetched_crx_files_;
|
| FetchedCRXFile current_crx_file_;
|
|
|
| - CheckParams default_params_;
|
| -
|
| ExtensionCache* extension_cache_;
|
|
|
| // Keeps track of when an extension tried to update itself, so we can throttle
|
|
|