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

Unified Diff: components/update_client/update_engine.h

Issue 2873533002: Prepare to abstract PersistedData by making it part of the configurator.
Patch Set: Really fix a compile error in iOS component configurator this time. Created 3 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/update_client/update_engine.h
diff --git a/components/update_client/update_engine.h b/components/update_client/update_engine.h
index cec91f987dcf5e200d36f75e730e6240bebb57e5..1ac8f91387f2db283af7fa10c22ec20458fe4d60 100644
--- a/components/update_client/update_engine.h
+++ b/components/update_client/update_engine.h
@@ -103,8 +103,6 @@ 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_;

Powered by Google App Engine
This is Rietveld 408576698