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

Unified Diff: google_apis/gcm/gcm_client_impl.cc

Issue 171683002: [GCM] Fix gcm login to properly identify chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Self review 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.cc
diff --git a/google_apis/gcm/gcm_client_impl.cc b/google_apis/gcm/gcm_client_impl.cc
index 549569c9c09ec49672718ebdc4691444b6fa8b68..0eca60a0ea2615169bfb1e7e522c7fa658552e3f 100644
--- a/google_apis/gcm/gcm_client_impl.cc
+++ b/google_apis/gcm/gcm_client_impl.cc
@@ -168,7 +168,8 @@ void GCMClientImpl::Initialize(
kDefaultBackoffPolicy,
network_session_,
net_log_.net_log()));
- mcs_client_.reset(new MCSClient(clock_.get(),
+ mcs_client_.reset(new MCSClient(chrome_build_proto.chrome_version(),
+ clock_.get(),
connection_factory_.get(),
gcm_store_.get()));
}

Powered by Google App Engine
This is Rietveld 408576698