| 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 ebbebdd15a1e8bccd5d584dcf416245e1af69373..11916a78a14bd3cc8ad8f54d9458a08dbb7f9adc 100644
|
| --- a/chrome/browser/chromeos/login/ui/models/user_board_model.h
|
| +++ b/chrome/browser/chromeos/login/ui/models/user_board_model.h
|
| @@ -24,9 +24,6 @@ class UserBoardModel : public BaseScreen {
|
| virtual void AttemptEasyUnlock(const AccountId& account_id) = 0;
|
| virtual void RecordClickOnLockIcon(const AccountId& account_id) = 0;
|
|
|
| - // BaseScreen implementation:
|
| - std::string GetName() const override;
|
| -
|
| // Temorary unused methods:
|
| void Show() override{};
|
| void Hide() override{};
|
|
|