Chromium Code Reviews| Index: chrome/browser/ui/views/login_view.h |
| diff --git a/chrome/browser/ui/views/login_view.h b/chrome/browser/ui/views/login_view.h |
| index f1bc90978352eba7d242e0ce49903bc01c068698..381b33a164083f4cfed778e66e9e7ffbf7aba0a8 100644 |
| --- a/chrome/browser/ui/views/login_view.h |
| +++ b/chrome/browser/ui/views/login_view.h |
| @@ -25,6 +25,9 @@ class LoginView : public views::View, |
| password_manager::LoginModel* model); |
| ~LoginView() override; |
| + // View: |
|
Peter Kasting
2015/01/23 07:28:10
Nit: views::View:
oshima
2015/01/24 01:23:07
Done.
|
| + const char* GetClassName() const override; |
| + |
| // Access the data in the username/password text fields. |
| const base::string16& GetUsername() const; |
| const base::string16& GetPassword() const; |