| Index: google_apis/gcm/gcm_client_impl.cc
|
| diff --git a/google_apis/gcm/gcm_client_impl.cc b/google_apis/gcm/gcm_client_impl.cc
|
| index 9aaa043285e8774c24159866596b7134fad6274b..76b865f75928800f1f6f07aad23c2367c486093d 100644
|
| --- a/google_apis/gcm/gcm_client_impl.cc
|
| +++ b/google_apis/gcm/gcm_client_impl.cc
|
| @@ -185,7 +185,7 @@ void GCMClientImpl::Initialize(
|
| chrome_build_proto_.CopyFrom(chrome_build_proto);
|
| account_ids_ = account_ids;
|
|
|
| - gcm_store_.reset(new GCMStoreImpl(false, path, blocking_task_runner));
|
| + gcm_store_.reset(new GCMStoreImpl(path, blocking_task_runner));
|
|
|
| delegate_ = delegate;
|
|
|
|
|