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

Unified Diff: components/gcm_driver/gcm_internals_constants.h

Issue 2450383003: [GCM] Reset store on checkin rejection and add checkin state to internals (Closed)
Patch Set: Fix mcs probe Created 4 years, 1 month 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 | « components/gcm_driver/gcm_client_impl_unittest.cc ('k') | components/gcm_driver/gcm_internals_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/gcm_driver/gcm_internals_constants.h
diff --git a/components/gcm_driver/gcm_internals_constants.h b/components/gcm_driver/gcm_internals_constants.h
index 59af925ddfcb0d7943404460af9a06faf7f9a424..974d0e85709996005287f166edcfe2e68180edca 100644
--- a/components/gcm_driver/gcm_internals_constants.h
+++ b/components/gcm_driver/gcm_internals_constants.h
@@ -30,6 +30,8 @@ extern const char kGcmClientCreated[];
extern const char kGcmClientState[];
extern const char kGcmEnabled[];
extern const char kIsRecording[];
+extern const char kLastCheckin[];
+extern const char kNextCheckin[];
extern const char kProfileServiceCreated[];
extern const char kReceiveInfo[];
extern const char kRegisteredAppIds[];
« no previous file with comments | « components/gcm_driver/gcm_client_impl_unittest.cc ('k') | components/gcm_driver/gcm_internals_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698