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

Unified Diff: components/precache/content/precache_manager.h

Issue 1961153003: Add pause/resume functionality to precache (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: components/precache/content/precache_manager.h
diff --git a/components/precache/content/precache_manager.h b/components/precache/content/precache_manager.h
index dde145a3040f74b5c32b115d0b4c88ef79d926d9..b4360899663f9bcbc8817e66b6fa0ffbff6e4e56 100644
--- a/components/precache/content/precache_manager.h
+++ b/components/precache/content/precache_manager.h
@@ -115,7 +115,10 @@ class PrecacheManager : public KeyedService,
void Shutdown() override;
// From PrecacheFetcher::PrecacheDelegate.
+ void OnInitDone() override;
void OnDone() override;
+ void OnShutdownDone() override;
+
// From history::HistoryService::TopHosts.
void OnHostsReceived(const history::TopHostsList& host_counts);

Powered by Google App Engine
This is Rietveld 408576698