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

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: update URL 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
« chrome/common/pref_names.cc ('K') | « 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 a7692a451f004bbe5efff8765ffcfcb8208b303d..7a9a23da7f1898b2a8e7b018b14d7d5a52503e4a 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -709,4 +709,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
« chrome/common/pref_names.cc ('K') | « chrome/common/url_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698