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

Unified Diff: chrome/browser/chromeos/login/existing_user_controller.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/existing_user_controller.h
diff --git a/chrome/browser/chromeos/login/existing_user_controller.h b/chrome/browser/chromeos/login/existing_user_controller.h
index d9c7a50388c2bd4ee3cdd89031ff510ac95c69d9..36ba07bc7dddaaef8e3f6b1bd6335e5951899ad5 100644
--- a/chrome/browser/chromeos/login/existing_user_controller.h
+++ b/chrome/browser/chromeos/login/existing_user_controller.h
@@ -92,7 +92,7 @@ class ExistingUserController : public LoginDisplay::Delegate,
void SetDisplayEmail(const std::string& email) override;
void ShowWrongHWIDScreen() override;
void Signout() override;
- bool IsUserWhitelisted(const std::string& user_id) override;
+ bool IsUserWhitelisted(const AccountId& account_id) override;
// content::NotificationObserver implementation.
void Observe(int type,

Powered by Google App Engine
This is Rietveld 408576698