cbui: remove ChooserBubbleUi
This change removes the last BubbleDelegate subclass in //chrome. Specifically: 1) ChooserBubbleUiViewDelegate is now a subclass of LocationBarBubbleDelegateView, so that it will close on cross-origin navigations and fullscreen transitions; this behavior was previously provided by ChromeBubbleManager 2) ChooserBubbleUi is now removed, along with all references to it The next steps in this refactor are: 1) Removing the now-dead ChromeBubbleManager and all references to it 2) Removing BubbleUi itself, since ChromeBubbleManager is the last reference to it Bug: 496955 Change-Id: I558cecf89dee6c1dce987a678e2f25805f6f1f82 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2109972 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#751996}
Showing
Please register or sign in to comment