| Index: google_apis/gcm/gcm_client_impl_unittest.cc
|
| diff --git a/google_apis/gcm/gcm_client_impl_unittest.cc b/google_apis/gcm/gcm_client_impl_unittest.cc
|
| index 18b41c65f3784a01441191168e0334c1919fefed..c0d114d46db07d7e62587d9e11d9832e94c0f71d 100644
|
| --- a/google_apis/gcm/gcm_client_impl_unittest.cc
|
| +++ b/google_apis/gcm/gcm_client_impl_unittest.cc
|
| @@ -283,6 +283,8 @@ void GCMClientImplTest::InitializeGCMClient() {
|
| message_loop_.message_loop_proxy(),
|
| url_request_context_getter_,
|
| this);
|
| + // Starting loading and check-in.
|
| + gcm_client_->Load();
|
| #if defined(OS_MACOSX)
|
| // On OSX, prevent the Keychain permissions popup during unit tests.
|
| Encryptor::UseMockKeychain(true); // Must be after Initialize.
|
|
|