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) |