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

Unified Diff: chrome/common/url_constants.h

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/pref_names.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/url_constants.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index dec5450755d742cd9b46a007cad80468b71ac43e..861f993a26e2a0d898ede8080cf96c85e603f318 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -536,6 +536,12 @@ extern const char kLanguageSettingsLearnMoreUrl[];
extern const char kMac32BitDeprecationURL[];
#endif
+// The URL for the "Learn more" link the the Easy Unlock settings.
+extern const char kEasyUnlockLearnMoreUrl[];
+
+// The URL to the device management page in the Easy Unlock settings.
+extern const char kEasyUnlockManagementUrl[];
+
} // namespace chrome
#endif // CHROME_COMMON_URL_CONSTANTS_H_
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698