Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 65a6fb2e2cfc3cd55592b4c5aa08e6ccc3ecd42e..0c9fc23b12cbc687bc3bd0d69a40c94be8b70f24 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1303,6 +1303,9 @@ const char kProfileResetPromptMemento[] = "profile.reset_prompt_memento"; |
// The GCM channel's enabled state. |
const char kGCMChannelEnabled[] = "gcm.channel_enabled"; |
+// Apps that use GCM. |
Nicolas Zea
2014/02/13 01:24:59
nit: I think "Registered GCM application ids" is c
|
+const char kGCMApps[] = "gcm.apps"; |
+ |
// *************** LOCAL STATE *************** |
// These are attached to the machine/installation |