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

Unified Diff: ui/views/controls/textfield/native_textfield_wrapper.h

Issue 8748001: Make text input type and password visibility bit independent in Textfield (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Textfield(STYLE_OBSCURED) sets TEXT_INPUT_TYPE_PASSWORD Created 9 years 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: ui/views/controls/textfield/native_textfield_wrapper.h
diff --git a/ui/views/controls/textfield/native_textfield_wrapper.h b/ui/views/controls/textfield/native_textfield_wrapper.h
index d73f89344347dff8773f7aee1df4e51dfd4845aa..28882b83c873a5e809a28a6314e9c6097a04c75a 100644
--- a/ui/views/controls/textfield/native_textfield_wrapper.h
+++ b/ui/views/controls/textfield/native_textfield_wrapper.h
@@ -72,7 +72,7 @@ class VIEWS_EXPORT NativeTextfieldWrapper {
virtual void UpdateFont() = 0;
// Updates the visibility of the text in the native text field.
- virtual void UpdateIsPassword() = 0;
+ virtual void UpdateIsObscured() = 0;
// Updates the enabled state of the native text field.
virtual void UpdateEnabled() = 0;

Powered by Google App Engine
This is Rietveld 408576698