Chromium Code Reviews
Description[Extensions UI] Use the ExtensionMessageBubbleBridge for Views platforms
The ExtensionMessageBubbleBridge is a layer on top of an
ExtensionMessageBubbleController that allows us to use it with a
ToolbarActionsBarBubble. Use this same interface, which immediately
allows us to remove ExtensionMessageBubbleController-specific methods
in ToolbarActionsBar and it's platform-specific counterparts and makes
both bubble showing flows follow the same path (easier to reason, less
likely to conflict).
As a next step, we can replace the ExtensionMessageBubbleView with the
ToolbarActionsBarBubbleView, similar to what we have on mac, so that
there's one less bubble to deal with.
BUG=601975
TBR=sky@chromium.org (c/b/ui/views/settings_api_bubble_helper_views.cc,
reviewed by Finnur)
Committed: https://crrev.com/8befae922ea2ab1cc82b881dbb6bd91db852f51c
Cr-Commit-Position: refs/heads/master@{#386565}
Patch Set 1 : #
Total comments: 1
Patch Set 2 : #Messages
Total messages: 20 (12 generated)
|