[BugFix] Add Disable Virtual Keyboard flag

We couldn't repro customer's problem, so adding this flag as a
workaround for now.

Bug: 1144851, 1140667
Change-Id: Idaa4d2b32ab27eeee518bace9704f2849849edb8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2569139
Reviewed-by: Scott Violet <[email protected]>
Reviewed-by: Darren Shen <[email protected]>
Commit-Queue: My Nguyen <[email protected]>
Cr-Commit-Position: refs/heads/master@{#833450}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 42ede05..312b7bc 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -2702,6 +2702,9 @@
 extern const char kVirtualKeyboardBorderedKeyName[];
 extern const char kVirtualKeyboardBorderedKeyDescription[];
 
+extern const char kVirtualKeyboardDisabledName[];
+extern const char kVirtualKeyboardDisabledDescription[];
+
 extern const char kVirtualKeyboardName[];
 extern const char kVirtualKeyboardDescription[];