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