| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 94952ba486bbfae7ba6b3ee64849cfae17939aa4..ae3d52023e5cb3593eb2bd96f8273c9a4ddf7c22 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1183,7 +1183,7 @@ const char kEasyUnlockPairing[] = "easy_unlock.pairing";
|
| // in order to use Easy Unlock.
|
| const char kEasyUnlockProximityRequired[] = "easy_unlock.proximity_required";
|
|
|
| -#if defined(ENABLE_EXTENSIONS) && !defined(OS_ANDROID) && !defined(OS_IOS)
|
| +#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.
|
|
|