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 512657cc4f541b63eb6ff8c066961a57cd5e7263..818d6d2e3f8db01a9b0e2016ce4179570cfd24c8 100644 |
--- a/views/controls/textfield/native_textfield_views.h |
+++ b/views/controls/textfield/native_textfield_views.h |
@@ -36,8 +36,7 @@ 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) |
+// * STYLE_LOWERCASE text. (not used in chromeos, so maybe not needed) |
oshima
2011/06/01 01:29:15
can you remove (not ... needed)? Since we decide t
Emmanuel Saint-loubert-Bié
2011/06/01 01:50:07
I agree but will do that as separate CL
|
class NativeTextfieldViews : public View, |
public ContextMenuController, |
public DragController, |