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

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: 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
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

Powered by Google App Engine
This is Rietveld 408576698