Index: chrome/common/chrome_switches.h |
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
index 4728bd376ab33cc3c1cd6c017fff1788cd966607..dc90cba04bcf8be0edbec39257a219956483102a 100644 |
--- a/chrome/common/chrome_switches.h |
+++ b/chrome/common/chrome_switches.h |
@@ -363,6 +363,9 @@ extern const char kEnableAdvancedFileSystem[]; |
#if defined(OS_LINUX) |
extern const char kScrollPixels[]; |
+#if defined(TOOLKIT_VIEWS) |
+extern const char kEnableTextfieldView[]; |
sky
2010/12/15 20:31:27
This name isn't very descriptive. How about kEnabl
oshima
2010/12/16 01:15:19
Moved to native_textfield_view.cc
|
+#endif |
#endif |
#if defined(OS_MACOSX) || defined(OS_WIN) |