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

Unified Diff: chrome/common/url_constants.cc

Issue 197313007: Add Easy Unlock options to chrome://settings behind a flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 9 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 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
« 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