| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 5b6461cea1f50fc5927f83c8d8916060b034c036..5953959dd7fb519c709e66e5af2bbef4a7869d42 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -529,6 +529,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_
|
|
|