| Index: components/gcm_driver/instance_id/instance_id_impl.h
|
| diff --git a/components/gcm_driver/instance_id/instance_id_impl.h b/components/gcm_driver/instance_id/instance_id_impl.h
|
| index 8b0d9420a0d22548bc659be266b18cb43de8cfd4..1f8749eb9056712daf876f4b6f9cf01f19f5b32d 100644
|
| --- a/components/gcm_driver/instance_id/instance_id_impl.h
|
| +++ b/components/gcm_driver/instance_id/instance_id_impl.h
|
| @@ -73,9 +73,6 @@ class InstanceIDImpl : public InstanceID {
|
|
|
| gcm::GCMDelayedTaskController delayed_task_controller_;
|
|
|
| - // Flag to indicate that we have tries to load the data from the store.
|
| - bool load_from_store_;
|
| -
|
| // The generated Instance ID.
|
| std::string id_;
|
|
|
|
|