Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 65a6fb2e2cfc3cd55592b4c5aa08e6ccc3ecd42e..326e4ca095f2433ac34840137ac478ea19270747 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"; |
+// Registered GCM application ids. |
+const char kGCMRegisteredAppIDs[] = "gcm.register_app_ids"; |
+ |
// *************** LOCAL STATE *************** |
// These are attached to the machine/installation |