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: google_apis/gcm/gcm_client_impl_unittest.cc

Issue 171513004: [GCM] Adding a list of accounts present on the client to checkin request (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding documentation of the parameter of GCMClient.Initialize(...account_ids...) Created 6 years, 10 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: 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 e836196fe4e642c02c4d0a6f9ad1d4bd58a82005..cddc3b3c3e7b219471c53b2d4ec914957d25c80c 100644
--- a/google_apis/gcm/gcm_client_impl_unittest.cc
+++ b/google_apis/gcm/gcm_client_impl_unittest.cc
@@ -280,6 +280,7 @@ void GCMClientImplTest::InitializeGCMClient() {
checkin_proto::ChromeBuildProto chrome_build_proto;
gcm_client_->Initialize(chrome_build_proto,
temp_directory_.path(),
+ std::vector<std::string>(),
message_loop_.message_loop_proxy(),
url_request_context_getter_,
this);

Powered by Google App Engine
This is Rietveld 408576698