| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index cfdbd720e6a940557959e8e0be0523a996c67bf9..e72695321e3442f1378c39d6ce80703bd9aa06ce 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1309,9 +1309,6 @@ 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";
|
| -
|
| // Whether Easy Unlock is enabled.
|
| extern const char kEasyUnlockEnabled[] = "easy_unlock.enabled";
|
|
|
|
|