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_; |