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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2871243003: Enable new-virtual-keyboard-behavior flag by default. (Closed)
Patch Set: rebase Created 3 years, 7 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: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 86dc6f6d31bc265a3b4a2c3e4d9945309f3ce9b5..78fd769ea78a56d04d3c321e35fbc0050f554828 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -3158,4 +3158,14 @@ extern const char kMacRTLDescription[] =
"Mirrors the UI for RTL language users";
#endif
+#if defined(OS_CHROMEOS)
+
+const char kDisableNewVirtualKeyboardBehaviorName[] =
+ "New window behavior for the accessibility keyboard";
+const char kDisableNewVirtualKeyboardBehaviorDescription[] =
+ "Disable new window behavior for the accessibility keyboard "
+ "in non-sticky mode (do not change work area in non-sticky mode).";
+
+#endif // defined(OS_CHROMEOS)
+
} // namespace flag_descriptions

Powered by Google App Engine
This is Rietveld 408576698