Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4234)

Unified Diff: chrome/common/url_constants.cc

Issue 445503003: Update easy unlock settings UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add spinner Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/url_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/url_constants.cc
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index b757ef04b6f23a5b13ea22b9c483fb293907e602..6ac57c5634a0ea799d60831c3b024c27c0cf6d58 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -722,9 +722,7 @@ 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";
+ "https://support.google.com/chromebook/answer/6070209";
} // namespace chrome
« no previous file with comments | « chrome/common/url_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698