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

Unified Diff: chrome/common/chrome_switches.cc

Issue 5857002: no native implementation of Textfield. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 10 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: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 13c91fc1505223b5c927066603bf0e91f6721125..3f97d8c43014c67108872331a37413ceb9778050 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1276,6 +1276,12 @@ const char kEnableAdvancedFileSystem[] = "enable-advanced-fs";
#if defined(OS_LINUX)
// Specify the amount the trackpad should scroll by.
const char kScrollPixels[] = "scroll-pixels";
+
+#if defined(TOOLKIT_VIEWS)
+// Enables TextfieldView.
+const char kEnableTextfieldView[] = "enable-textfield-view";
sky 2010/12/15 20:31:27 nit: align '=' with '=' on 1278
oshima 2010/12/16 01:15:19 this has been moved and fixed.
+#endif
+
#endif
#if defined(OS_MACOSX) || defined(OS_WIN)

Powered by Google App Engine
This is Rietveld 408576698