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

Unified Diff: google_apis/gcm/base/mcs_util.h

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/base/mcs_util.h
diff --git a/google_apis/gcm/base/mcs_util.h b/google_apis/gcm/base/mcs_util.h
index 268848920d2fda04862fb8eb891e3403ea6d5821..faefebf93fd115b782812ea5323113fc138e028a 100644
--- a/google_apis/gcm/base/mcs_util.h
+++ b/google_apis/gcm/base/mcs_util.h
@@ -58,6 +58,7 @@ enum MCSIqStanzaExtension {
GCM_EXPORT scoped_ptr<mcs_proto::LoginRequest> BuildLoginRequest(
uint64 auth_id,
uint64 auth_token,
+ const std::string& version_string,
const std::vector<int64>& user_serial_numbers);
// Builds a StreamAck IqStanza message.

Powered by Google App Engine
This is Rietveld 408576698