Index: views/controls/textfield/native_textfield_views.h |
diff --git a/views/controls/textfield/native_textfield_views.h b/views/controls/textfield/native_textfield_views.h |
index 19c10f7a1a9671293a7cb9f2c0bb161fbafb68ff..54c13fb8bf26cd55e382c5846bca0da44c38f869 100644 |
--- a/views/controls/textfield/native_textfield_views.h |
+++ b/views/controls/textfield/native_textfield_views.h |
@@ -36,8 +36,6 @@ class Menu2; |
// * BIDI/Complex script. |
// * Support surrogate pair, or maybe we should just use UTF32 internally. |
// * X selection (only if we want to support). |
-// * STYLE_MULTILINE, STYLE_LOWERCASE text. (These are not used in |
-// chromeos, so we may not need them) |
// Once completed, this will replace Textfield, NativeTextfieldWin and |
// NativeTextfieldGtk. |
class NativeTextfieldViews : public View, |