commit | 0bc9addf16cbb0ae40bc4b376221e3df319ffb1a | [log] [tgz] |
---|---|---|
author | My Nguyen <[email protected]> | Thu Dec 03 21:21:25 2020 |
committer | Chromium LUCI CQ <[email protected]> | Thu Dec 03 21:21:25 2020 |
tree | ecdcfcbc765db495f517e2e429ca0bffd8dd4564 | |
parent | 342191b08c5febe1e3e05e4da39620be06c1c796 [diff] [blame] |
[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[];