Chromium Code Reviews| 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 42ecf86975b3e663ce232e3816b622b3eb678723..fd6311402fa024c67e6ffc3a06626bb31d8c4e9c 100644 |
| --- a/google_apis/gcm/gcm_client_impl_unittest.cc |
| +++ b/google_apis/gcm/gcm_client_impl_unittest.cc |
| @@ -284,6 +284,8 @@ void GCMClientImplTest::InitializeGCMClient() { |
| message_loop_.message_loop_proxy(), |
| url_request_context_getter_, |
| this); |
| + // Starting loading and check-in. |
| + gcm_client_->Load(); |
|
fgorski
2014/02/26 18:36:31
move after the encryptor update
jianli
2014/02/26 19:04:25
Done.
|
| #if defined(OS_MACOSX) |
| // On OSX, prevent the Keychain permissions popup during unit tests. |
| Encryptor::UseMockKeychain(true); // Must be after Initialize. |