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

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: ASAN 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
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..073a9060cd063825e0b3e8f6f5c19cc747cfa243 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.
+ scoped_refptr<PersistedData> metadata_;
+
// Called when CRX state changes occur.
const NotifyObserversCallback notify_observers_callback_;

Powered by Google App Engine
This is Rietveld 408576698