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

Unified Diff: ui/base/ui_base_switches.cc

Issue 10535046: Add Windows commandline switch --enable-views-textfield. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix CrOS build; update strings/comments; cleanup, etc. Created 8 years, 6 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: ui/base/ui_base_switches.cc
diff --git a/ui/base/ui_base_switches.cc b/ui/base/ui_base_switches.cc
index b163349fcf6a8f1426a58c2619d1ed9bafc3a389..a20052f8b2d9eec68a1d54392b03337a0a0c9f13 100644
--- a/ui/base/ui_base_switches.cc
+++ b/ui/base/ui_base_switches.cc
@@ -20,6 +20,9 @@ const char kEnableTouchCalibration[] = "enable-touch-calibration";
// Enable support for touch events.
const char kEnableTouchEvents[] = "enable-touch-events";
+// Enables the Views textfield on Windows.
+const char kEnableViewsTextfield[] = "enable-views-textfield";
+
// The language file that we want to try to open. Of the form
// language[-country] where language is the 2 letter code from ISO-639.
const char kLang[] = "lang";

Powered by Google App Engine
This is Rietveld 408576698