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 |