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

Unified Diff: google_apis/gcm/tools/mcs_probe.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/tools/mcs_probe.cc
diff --git a/google_apis/gcm/tools/mcs_probe.cc b/google_apis/gcm/tools/mcs_probe.cc
index b0de67310772c165b801929583259ef649959075..a5f43996ec732094193bee9246687a4de4d68d0b 100644
--- a/google_apis/gcm/tools/mcs_probe.cc
+++ b/google_apis/gcm/tools/mcs_probe.cc
@@ -306,7 +306,8 @@ void MCSProbe::Start() {
new GCMStoreImpl(true,
gcm_store_path_,
file_thread_.message_loop_proxy()));
- mcs_client_.reset(new MCSClient(&clock_,
+ mcs_client_.reset(new MCSClient("probe",
+ &clock_,
connection_factory_.get(),
gcm_store_.get()));
run_loop_.reset(new base::RunLoop());

Powered by Google App Engine
This is Rietveld 408576698