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

Unified Diff: google_apis/gcm/engine/checkin_request.h

Issue 330733002: Move IdentityProvider usage from GCMDriverDesktop to GCMProfileService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch 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: google_apis/gcm/engine/checkin_request.h
diff --git a/google_apis/gcm/engine/checkin_request.h b/google_apis/gcm/engine/checkin_request.h
index 9253aacf4fbf69e7c519eefca95bd1c1c98d494e..217ef5a9d27d3d02a64662129935aa742c45055d 100644
--- a/google_apis/gcm/engine/checkin_request.h
+++ b/google_apis/gcm/engine/checkin_request.h
@@ -43,7 +43,6 @@ class GCM_EXPORT CheckinRequest : public net::URLFetcherDelegate {
RequestInfo(uint64 android_id,
uint64 security_token,
const std::string& settings_digest,
- const std::vector<std::string>& account_ids,
const checkin_proto::ChromeBuildProto& chrome_build_proto);
~RequestInfo();
@@ -53,8 +52,6 @@ class GCM_EXPORT CheckinRequest : public net::URLFetcherDelegate {
uint64 security_token;
// Digest of GServices settings on the device.
std::string settings_digest;
- // Account IDs of GAIA accounts related to this device.
- std::vector<std::string> account_ids;
// Information of the Chrome build of this device.
checkin_proto::ChromeBuildProto chrome_build_proto;
};

Powered by Google App Engine
This is Rietveld 408576698