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

Unified Diff: views/controls/textfield/native_textfield_views.h

Issue 7027014: Remove unused multiline attribute in textfield (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing unused multiline attribute in Textfield Created 9 years, 7 months 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: 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,

Powered by Google App Engine
This is Rietveld 408576698