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

Unified Diff: chrome/browser/chromeos/login/ui/models/user_board_model.h

Issue 1454153002: Revert of This CL replaces e-mail with AccountId on user selection screen. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/ui/models/user_board_model.h
diff --git a/chrome/browser/chromeos/login/ui/models/user_board_model.h b/chrome/browser/chromeos/login/ui/models/user_board_model.h
index c69fb308a7fe2b85c4ae12b7778aee3d79a6f3c8..757e55847eb7adf46bee886d82ab72d56ae8acba 100644
--- a/chrome/browser/chromeos/login/ui/models/user_board_model.h
+++ b/chrome/browser/chromeos/login/ui/models/user_board_model.h
@@ -18,9 +18,9 @@
virtual void SendUserList() = 0;
// Methods for easy unlock support.
- virtual void HardLockPod(const AccountId& account_id) = 0;
- virtual void AttemptEasyUnlock(const AccountId& account_id) = 0;
- virtual void RecordClickOnLockIcon(const AccountId& account_id) = 0;
+ virtual void HardLockPod(const std::string& user_id) = 0;
+ virtual void AttemptEasyUnlock(const std::string& user_id) = 0;
+ virtual void RecordClickOnLockIcon(const std::string& user_id) = 0;
// BaseScreen implementation:
std::string GetName() const override;

Powered by Google App Engine
This is Rietveld 408576698