Skip to content

Commit

Permalink
[M103] [ChromeVox] Include PanelBridge in background context
Browse files Browse the repository at this point in the history
This change fixes a bug where PanelBridge was never actually imported.

(cherry picked from commit c9fe657)

AX-Relnotes: n/a.
Bug: 1330462,1329191
Fixed: 1330992
Change-Id: Ic91b908942ad67f30e83783f06b7fbd9d0611e27
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3682176
Commit-Queue: Anastasia Helfinstein <anastasi@google.com>
Reviewed-by: David Tseng <dtseng@chromium.org>
Cr-Original-Commit-Position: refs/heads/main@{#1009805}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3688329
Reviewed-by: Akihiro Ota <akihiroota@chromium.org>
Auto-Submit: Anastasia Helfinstein <anastasi@google.com>
Commit-Queue: Akihiro Ota <akihiroota@chromium.org>
Cr-Commit-Position: refs/branch-heads/5060@{#497}
Cr-Branched-From: b83393d-refs/heads/main@{#1002911}
  • Loading branch information
anastasi-google authored and Chromium LUCI CQ committed Jun 2, 2022
1 parent fb3ac64 commit 75ba0ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ chromevox_modules = [
"common/locale_output_helper.js",
"common/log_types.js",
"common/msgs.js",
"common/panel_bridge.js",
"common/panel_command.js",
"common/panel_menu_data.js",
"common/spannable.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ goog.require('Msgs');
goog.require('NavBraille');
goog.require('Output');
goog.require('OutputEventType');
goog.require('PanelBridge');
goog.require('PanelCommand');
goog.require('PanelNodeMenuData');
goog.require('PanelTabMenuItemData');
Expand Down

0 comments on commit 75ba0ae

Please sign in to comment.