| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index b6cafc9b961fdd6bb5d0557b97aacd254d06971f..356fc944367cab5c3d9a5d4b2a3239356977bb48 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1241,13 +1241,6 @@ const char kEasyUnlockPairing[] = "easy_unlock.pairing";
|
| const char kEasyUnlockProximityRequired[] = "easy_unlock.proximity_required";
|
|
|
| #if defined(ENABLE_EXTENSIONS)
|
| -// These device IDs are used by the copresence component, to uniquely identify
|
| -// this device to the server. For privacy, authenticated and unauthenticated
|
| -// calls are made using different device IDs.
|
| -const char kCopresenceAuthenticatedDeviceId[] =
|
| - "apps.copresence.auth_device_id";
|
| -const char kCopresenceAnonymousDeviceId[] = "apps.copresence.unauth_device_id";
|
| -
|
| // Used to indicate whether or not the toolbar redesign bubble has been shown
|
| // and acknowledged, and the last time the bubble was shown.
|
| const char kToolbarIconSurfacingBubbleAcknowledged[] =
|
|
|