| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 7e325e8f708b970161f4ddaa0e24ee28af1c908f..515c5c2c39340ebf090e42fe3182c1ee5f7f5cd6 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.
|
|
|