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

Unified Diff: chrome/browser/signin/easy_unlock_service.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: accidently removed files 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/browser/signin/easy_unlock_service.h
diff --git a/chrome/browser/signin/easy_unlock_service.h b/chrome/browser/signin/easy_unlock_service.h
index 372acdd1b8fa661f0ddbbe3301f99130132a7f26..8500446d1cec3b34ec751e7aca6170bb60d3f582 100644
--- a/chrome/browser/signin/easy_unlock_service.h
+++ b/chrome/browser/signin/easy_unlock_service.h
@@ -82,6 +82,9 @@ class EasyUnlockService : public KeyedService {
// Returns the user's preferences.
static UserSettings GetUserSettings(const std::string& user_id);
+ // Returns the identifier for the device.
+ static std::string GetDeviceId();
+
// Returns true if Easy sign-in is enabled.
static bool IsSignInEnabled();

Powered by Google App Engine
This is Rietveld 408576698