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

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: 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
« no previous file with comments | « chrome/browser/extensions/extension_disabled_ui_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..fc87e577c77045d37516ead0e3586ab852a0127c 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;
asargent_no_longer_on_chrome 2016/01/25 23:11:16 Can we also kill the default_params_ variable itse
lazyboy 2016/01/25 23:46:58 Even better, thanks. Done.
- }
-
// Overrides the extension cache with |extension_cache| for testing.
void SetExtensionCacheForTesting(ExtensionCache* extension_cache);
« no previous file with comments | « chrome/browser/extensions/extension_disabled_ui_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698