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

Unified Diff: components/gcm_driver/gcm_account_mapper.h

Issue 618003002: [GCM] Handling connection events in GCMAccountTracker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing to Jian Li's patch and addressing unit tests failures Created 6 years, 2 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: components/gcm_driver/gcm_account_mapper.h
diff --git a/components/gcm_driver/gcm_account_mapper.h b/components/gcm_driver/gcm_account_mapper.h
index fd1ca640b3773f89298a234c159fd485a7920ecc..e96b0b05bddb63a374b4ee98d98744034f3a684e 100644
--- a/components/gcm_driver/gcm_account_mapper.h
+++ b/components/gcm_driver/gcm_account_mapper.h
@@ -22,6 +22,7 @@ class Clock;
namespace gcm {
class GCMDriver;
+extern const char kGCMAccountMapperAppId[];
// Class for mapping signed-in GAIA accounts to the GCM Device ID.
class GCMAccountMapper : public GCMAppHandler {
@@ -29,6 +30,7 @@ class GCMAccountMapper : public GCMAppHandler {
// List of account mappings.
typedef std::vector<AccountMapping> AccountMappings;
+
explicit GCMAccountMapper(GCMDriver* gcm_driver);
virtual ~GCMAccountMapper();

Powered by Google App Engine
This is Rietveld 408576698