Chromium Code Reviews| Index: ui/views/controls/textfield/native_textfield_gtk.h |
| diff --git a/ui/views/controls/textfield/native_textfield_gtk.h b/ui/views/controls/textfield/native_textfield_gtk.h |
| index 42a9680304d370ad969c286206fc5c7e080a8f97..b4241f2fa1f2cabd6561274a9b2985c92922db56 100644 |
| --- a/ui/views/controls/textfield/native_textfield_gtk.h |
| +++ b/ui/views/controls/textfield/native_textfield_gtk.h |
| @@ -44,7 +44,7 @@ class NativeTextfieldGtk : public NativeControlGtk, |
| virtual void UpdateBackgroundColor() OVERRIDE; |
| virtual void UpdateReadOnly() OVERRIDE; |
| virtual void UpdateFont() OVERRIDE; |
| - virtual void UpdateIsPassword() OVERRIDE; |
| + virtual void UpdateIsObscured() OVERRIDE; |
| virtual void UpdateEnabled() OVERRIDE; |
| virtual gfx::Insets CalculateInsets() OVERRIDE; |
| virtual void UpdateHorizontalMargins() OVERRIDE; |
| @@ -72,7 +72,7 @@ class NativeTextfieldGtk : public NativeControlGtk, |
| virtual void NativeControlCreated(GtkWidget* widget) OVERRIDE; |
| // Returns true if the textfield is for password. |
|
bryeung
2011/12/07 19:33:15
please update the comment now as well
benrg
2011/12/07 21:33:20
Done. I hope that's all of them.
|
| - bool IsPassword(); |
| + bool IsObscured(); |
| private: |
| // Gtk signal callbacks. |