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

Unified Diff: chrome/browser/chromeos/login/lock/webui_screen_locker.h

Issue 1494153002: This CL replaces e-mail with AccountId in easy signin code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Bugfix in original easy unlock code' Created 5 years 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/chromeos/login/lock/webui_screen_locker.h
diff --git a/chrome/browser/chromeos/login/lock/webui_screen_locker.h b/chrome/browser/chromeos/login/lock/webui_screen_locker.h
index 670aea2c9bf104f98fcbe9e3f98e02c52464b5e9..28e0f58c7615b9ac9ff0b2b942faaa0037e4b15f 100644
--- a/chrome/browser/chromeos/login/lock/webui_screen_locker.h
+++ b/chrome/browser/chromeos/login/lock/webui_screen_locker.h
@@ -93,7 +93,7 @@ class WebUIScreenLocker : public WebUILoginView,
void ResyncUserData() override;
void SetDisplayEmail(const std::string& email) override;
void Signout() override;
- bool IsUserWhitelisted(const std::string& user_id) override;
+ bool IsUserWhitelisted(const AccountId& account_id) override;
// LockWindow::Observer:
void OnLockWindowReady() override;

Powered by Google App Engine
This is Rietveld 408576698