| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index c7dbd9ef07170e712d22538fda22ec244e34e2cb..11cbf6ad0e6a5adb81ec4a69626382c72835f1fb 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -708,4 +708,9 @@ const char kMac32BitDeprecationURL[] =
|
| #endif
|
| #endif
|
|
|
| +// TODO(tengs): Replace with real URL when ready.
|
| +const char kEasyUnlockLearnMoreUrl[] =
|
| + "https://support.google.com/chromebook/?p=easy_unlock";
|
| +const char kEasyUnlockManagementUrl[] = "https://chrome.com";
|
| +
|
| } // namespace chrome
|
|
|