| 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..800526763e8d76d229fac028a94111625523a1ac 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<ComponentMetadata> metadata_;
|
| +
|
| // Called when CRX state changes occur.
|
| const NotifyObserversCallback notify_observers_callback_;
|
|
|
|
|