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; |
}; |