| 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 f2364f4430d8dc16e992d48c9fb3ffd85b799a10..e8fc252f7b4c51ce6bbe33071509473a64b2b913 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 check-in.
|
| + gcm_client_->CheckIn();
|
| #if defined(OS_MACOSX)
|
| // On OSX, prevent the Keychain permissions popup during unit tests.
|
| Encryptor::UseMockKeychain(true); // Must be after Initialize.
|
|
|