| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 5a2e4863fdd8c2a489666cd5068b1bd6d1511a8b..91621836c771b173e505423b95a5bcaefd1bf290 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -424,11 +424,11 @@ extern const char kPrivacyLearnMoreURL[];
|
| extern const char kDoNotTrackLearnMoreURL[];
|
|
|
| #if defined(OS_CHROMEOS)
|
| -// These URLs are currently ChromeOS only.
|
| -
|
| // "Learn more" URL for the attestation of content protection setting.
|
| extern const char kAttestationForContentProtectionLearnMoreURL[];
|
| +#endif
|
|
|
| +#if defined(OS_CHROMEOS) || defined(OS_ANDROID)
|
| // "Learn more" URL for the enhanced playback notification dialog.
|
| extern const char kEnhancedPlaybackNotificationLearnMoreURL[];
|
| #endif
|
|
|