Chromium Code Reviews| Index: chrome/common/url_constants.cc |
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc |
| index 407bc273de6f586454e90db7da9808310dab3d50..62c38ff385bea8223b5625f9d4daf765cc6333c6 100644 |
| --- a/chrome/common/url_constants.cc |
| +++ b/chrome/common/url_constants.cc |
| @@ -700,4 +700,9 @@ const char kMac32BitDeprecationURL[] = |
| #endif |
| #endif |
| +// TODO(tengs): Replace with real URLs when ready. |
| +const char kEasyUnlockLearnMoreUrl[] = "https://support.google.com/chrome/"; |
| +const char kEasyUnlockManagementUrl[] = "https://chrome.com"; |
| + |
| + |
|
xiyuan
2014/03/15 00:54:56
nit: nuke one empty line
Tim Song
2014/03/17 19:12:07
Done.
|
| } // namespace chrome |