Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(215)

Unified Diff: components/gcm_driver/gcm_client_impl_unittest.cc

Issue 330733002: Move IdentityProvider usage from GCMDriverDesktop to GCMProfileService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/gcm_driver/gcm_client_impl_unittest.cc
diff --git a/components/gcm_driver/gcm_client_impl_unittest.cc b/components/gcm_driver/gcm_client_impl_unittest.cc
index 2a16793d61add2232edf15a31b61e8e9eda2722b..724e7d94a5d24cdb4adb1f04819d4bc598d6d4a8 100644
--- a/components/gcm_driver/gcm_client_impl_unittest.cc
+++ b/components/gcm_driver/gcm_client_impl_unittest.cc
@@ -449,7 +449,6 @@ void GCMClientImplTest::InitializeGCMClient() {
GCMClient::ChromeBuildInfo chrome_build_info;
gcm_client_->Initialize(chrome_build_info,
temp_directory_.path(),
- std::vector<std::string>(),
message_loop_.message_loop_proxy(),
url_request_context_getter_,
make_scoped_ptr<Encryptor>(new FakeEncryptor),

Powered by Google App Engine
This is Rietveld 408576698