| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index b46e8b38c0bb33afbc55250068ce02b7913a9654..4ff72e742901c23a469dc44dca65004461fd808c 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1500,11 +1500,6 @@ const char kDevToolsPreferences[] = "devtools.preferences";
|
| const char kDevToolsRemoteEnabled[] = "devtools.remote_enabled";
|
| #endif
|
|
|
| -// Boolean indicating that TiclInvalidationService should use GCM channel.
|
| -// False or lack of settings means XMPPPushClient channel.
|
| -const char kInvalidationServiceUseGCMChannel[] =
|
| - "invalidation_service.use_gcm_channel";
|
| -
|
| // Local hash of authentication password, used for off-line authentication
|
| // when on-line authentication is not available.
|
| const char kGoogleServicesPasswordHash[] = "google.services.password_hash";
|
|
|