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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2871243003: Enable new-virtual-keyboard-behavior flag by default. (Closed)
Patch Set: keep sorted the declarations 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 ef9cea2bc6773116566857e99fe34f07e27a74fd..e6e525b0b15d97f6fbca8baf06e4ebaa7fdc7b6c 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -3150,4 +3150,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
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | content/browser/renderer_host/render_widget_host_view_aura_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698