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

Unified Diff: chrome/browser/ui/views/login_view.h

Issue 869453002: Define class names for views class in c/b/ui/views (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: inline class name strings Created 5 years, 11 months 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/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;

Powered by Google App Engine
This is Rietveld 408576698