| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index 0b4327237c90929dcccd421b537c65cae97b9324..4d60c32a945e1382e92a5f5bc92bee1930f341aa 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -399,7 +399,7 @@ extern const char kEasyUnlockEnabled[];
|
| extern const char kEasyUnlockPairing[];
|
| extern const char kEasyUnlockProximityRequired[];
|
|
|
| -#if defined(ENABLE_EXTENSIONS) && !defined(OS_ANDROID) && !defined(OS_IOS)
|
| +#if defined(ENABLE_EXTENSIONS)
|
| extern const char kCopresenceAuthenticatedDeviceId[];
|
| extern const char kCopresenceAnonymousDeviceId[];
|
| extern const char kToolbarIconSurfacingBubbleAcknowledged[];
|
|
|