| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index dec5450755d742cd9b46a007cad80468b71ac43e..861f993a26e2a0d898ede8080cf96c85e603f318 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -536,6 +536,12 @@ extern const char kLanguageSettingsLearnMoreUrl[];
|
| extern const char kMac32BitDeprecationURL[];
|
| #endif
|
|
|
| +// The URL for the "Learn more" link the the Easy Unlock settings.
|
| +extern const char kEasyUnlockLearnMoreUrl[];
|
| +
|
| +// The URL to the device management page in the Easy Unlock settings.
|
| +extern const char kEasyUnlockManagementUrl[];
|
| +
|
| } // namespace chrome
|
|
|
| #endif // CHROME_COMMON_URL_CONSTANTS_H_
|
|
|