| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index aaca937f03d7700c29c605e7b982bbe8541b4c5f..fed0fc09d726de4c9ebed348f387e9f3b379ed48 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -537,6 +537,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_
|
|
|