Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Unified Diff: chrome/browser/extensions/updater/extension_updater.h

Issue 1630903003: Remove not needed ExtensionUpdater::default_params_ and its setter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed ExtensionUpdater::default_params_ Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chrome/browser/extensions/extension_disabled_ui_browsertest.cc ('k') | chrome/browser/extensions/updater/extension_updater.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698