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

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: Fix after sync 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
« no previous file with comments | « google_apis/gaia/dummy_identity_provider.cc ('k') | google_apis/gcm/engine/checkin_request.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..ae4a7d438976bd255d523d88dfd0aaf33a8b34b1 100644
--- a/google_apis/gcm/engine/checkin_request.h
+++ b/google_apis/gcm/engine/checkin_request.h
@@ -6,7 +6,6 @@
#define GOOGLE_APIS_GCM_ENGINE_CHECKIN_REQUEST_H_
#include <string>
-#include <vector>
#include "base/basictypes.h"
#include "base/callback.h"
@@ -43,7 +42,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 +51,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;
};
« no previous file with comments | « google_apis/gaia/dummy_identity_provider.cc ('k') | google_apis/gcm/engine/checkin_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698