| Index: components/gcm_driver/instance_id/instance_id_impl.cc
|
| diff --git a/components/gcm_driver/instance_id/instance_id_impl.cc b/components/gcm_driver/instance_id/instance_id_impl.cc
|
| index 4871497bcbd3f369f1feb4b6fe1421df5b47e604..9a99a79ddf2ab1def12ce36a7241dfa33a4ebaea 100644
|
| --- a/components/gcm_driver/instance_id/instance_id_impl.cc
|
| +++ b/components/gcm_driver/instance_id/instance_id_impl.cc
|
| @@ -56,7 +56,6 @@ InstanceIDImpl::InstanceIDImpl(const std::string& app_id,
|
| gcm::GCMDriver* gcm_driver)
|
| : InstanceID(app_id),
|
| gcm_driver_(gcm_driver),
|
| - load_from_store_(false),
|
| weak_ptr_factory_(this) {
|
| GetInstanceIDHandler()->GetInstanceIDData(
|
| app_id,
|
|
|