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

Unified Diff: chrome/common/chrome_switches.h

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

Powered by Google App Engine
This is Rietveld 408576698