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

Unified Diff: chrome/common/pref_names.h

Issue 877033005: Use a stable device-user identifier for CryptAuth enrollments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 39cf7073613f9d0d12516d60ce9fbba47cd7637e..3c185e501345f65184eef151490c510dd85848dc 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -406,7 +406,6 @@ extern const char kPushMessagingRegistrationCount[];
extern const char kEasyUnlockAllowed[];
extern const char kEasyUnlockEnabled[];
-extern const char kEasyUnlockLocalStateUserPrefs[];
extern const char kEasyUnlockPairing[];
extern const char kEasyUnlockProximityRequired[];
extern const char kEasyUnlockShowTutorial[];
@@ -808,8 +807,10 @@ extern const char kQuickCheckEnabled[];
extern const char kBrowserGuestModeEnabled[];
extern const char kBrowserAddPersonEnabled[];
+extern const char kEasyUnlockDeviceId[];
extern const char kEasyUnlockHardlockState[];
extern const char kEasyUnlockLocalStateTpmKeys[];
+extern const char kEasyUnlockLocalStateUserPrefs[];
extern const char kPasswordBubbleTimeStamp[];
extern const char kPasswordBubbleNopesCount[];

Powered by Google App Engine
This is Rietveld 408576698