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

Unified Diff: components/update_client/update_engine.h

Issue 1861383004: Add module for counting date-last-roll-call and persisting those counts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Another test fix. Created 4 years, 8 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 | « components/update_client/update_client_unittest.cc ('k') | components/update_client/update_engine.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/update_engine.h
diff --git a/components/update_client/update_engine.h b/components/update_client/update_engine.h
index 1d69ece4d62ca51363623fb2b29b82e5937b433b..33e5f2e9ed626355d80c90e2b16544277c852045 100644
--- a/components/update_client/update_engine.h
+++ b/components/update_client/update_engine.h
@@ -77,6 +77,8 @@ class UpdateEngine {
// TODO(sorin): refactor as a ref counted class.
PingManager* ping_manager_; // Not owned by this class.
+ std::unique_ptr<PersistedData> metadata_;
+
// Called when CRX state changes occur.
const NotifyObserversCallback notify_observers_callback_;
« no previous file with comments | « components/update_client/update_client_unittest.cc ('k') | components/update_client/update_engine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698