| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 58e447056b09cb3119a6b65f91e5362e9451ce80..8b62361982c532e874a6312c42bb720bb99b2f31 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -581,6 +581,7 @@ extern const char kSafeSearchSsuiParameter[];
|
| extern const char kMediaAccessLearnMoreUrl[];
|
|
|
| // The URL for the "Learn more" link in the language settings.
|
| +// TODO(michaelpg): Compile on Chrome OS only when Options is removed.
|
| extern const char kLanguageSettingsLearnMoreUrl[];
|
|
|
| #if defined(GOOGLE_CHROME_BUILD) && defined(OS_LINUX) && !defined(OS_CHROMEOS)
|
|
|