| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index 7c200edc0d65d4057b11027d9e6db1d08c237378..3fdb6bc26620ffadf7572eddbbc91bda16ad7f4e 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[];
|
|
|