Commit 42a20608 authored by Tim Song's avatar Tim Song Committed by Commit Bot

Ash Tray: Fix tab focus when opening audio settings from volume slider bubble.

BUG=894780

Change-Id: Ib6066153edf992baf4572113155b95d677ac8af7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1714265Reviewed-by: default avatarTetsui Ohkubo <tetsui@chromium.org>
Commit-Queue: Tim Song <tengs@chromium.org>
Cr-Commit-Position: refs/heads/master@{#680296}
parent 2fb277c7
......@@ -193,7 +193,8 @@ void UnifiedSystemTray::ShowVolumeSliderBubble() {
}
void UnifiedSystemTray::ShowAudioDetailedViewBubble() {
ShowBubble(false /* show_by_click */);
// The settings menu bubble gains focus when |show_by_click| is true.
ShowBubble(true /* show_by_click */);
bubble_->ShowAudioDetailedView();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment