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

Unified Diff: chrome/common/pref_names.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: 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
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 3536896341991624d86a3d5054e483475d9a6349..b3fce10ccb0e083d0547d32d3b55aa749a98e0df 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -947,6 +947,10 @@ extern const char kPartnerBookmarkMappings[];
extern const char kQuickCheckEnabled[];
+extern const char kEasyUnlockEnabled[];
+extern const char kEasyUnlockShowTutorial[];
+extern const char kEasyUnlockPairing[];
Mattias Nissler (ping if slow) 2014/03/19 18:15:19 This should go at the end of the profile prefs sec
Tim Song 2014/03/19 23:41:37 Done.
+
} // namespace prefs
#endif // CHROME_COMMON_PREF_NAMES_H_

Powered by Google App Engine
This is Rietveld 408576698