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

Unified Diff: chrome/browser/chromeos/login/textfield_with_margin.h

Issue 5473001: [cros] Use same textfield settings across existing/new user pods and screen lock. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: proper fix Created 10 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/textfield_with_margin.h
diff --git a/chrome/browser/chromeos/login/textfield_with_margin.h b/chrome/browser/chromeos/login/textfield_with_margin.h
index 338f79dd5d053967c52402507d7935cc010c49eb..1bf3e54c8fb068b9f970a695cb14f77eb53d8429 100644
--- a/chrome/browser/chromeos/login/textfield_with_margin.h
+++ b/chrome/browser/chromeos/login/textfield_with_margin.h
@@ -15,11 +15,10 @@ namespace chromeos {
class TextfieldWithMargin : public views::Textfield {
public:
TextfieldWithMargin();
+ explicit TextfieldWithMargin(views::Textfield::StyleFlags style);
- explicit TextfieldWithMargin(views::Textfield::StyleFlags style)
- : Textfield(style) {}
-
- // Reimplements views::Textfield.
+ protected:
+ // Overridden from views::View:
virtual void Layout();
private:
« no previous file with comments | « chrome/browser/chromeos/login/new_user_view.cc ('k') | chrome/browser/chromeos/login/textfield_with_margin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698