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

Unified Diff: components/gcm_driver/gcm_internals_constants.cc

Issue 2450383003: [GCM] Reset store on checkin rejection and add checkin state to internals (Closed)
Patch Set: Fix deps Created 4 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_internals_constants.cc
diff --git a/components/gcm_driver/gcm_internals_constants.cc b/components/gcm_driver/gcm_internals_constants.cc
index 431941188ac50850cef54bd78d1a1c823f01e05c..b3017f802d758773a25f86d58f5f374c8dcb099f 100644
--- a/components/gcm_driver/gcm_internals_constants.cc
+++ b/components/gcm_driver/gcm_internals_constants.cc
@@ -26,6 +26,8 @@ const char kGcmClientCreated[] = "gcmClientCreated";
const char kGcmClientState[] = "gcmClientState";
const char kGcmEnabled[] = "gcmEnabled";
const char kIsRecording[] = "isRecording";
+const char kLastCheckin[] = "lastCheckin";
+const char kNextCheckin[] = "nextCheckin";
const char kProfileServiceCreated[] = "profileServiceCreated";
const char kReceiveInfo[] = "receiveInfo";
const char kRegisteredAppIds[] = "registeredAppIds";

Powered by Google App Engine
This is Rietveld 408576698