[Extensions UI] Convert ExtensionMessageBubbles to ToolbarActionsBarBubbles
Make ExtensionMessageBubbles use ToolbarActionsBarBubble on Views
platforms (we already do this on mac). In addition to meaning one less
bubble, the ToolbarActionsBarBubbleViews class is much more suited to
unit testing, since it doesn't require the full extensions system to
be in place.
Also add more unit tests.
TBR=sky@chromium.org (c/b/ui/views/settings_api_bubble_helper_views.cc,
reviewed by Finnur)
BUG=
601975
Committed:
https://crrev.com/5251920ddf61989a550ba9e49c8d1663a824a81f
Cr-Commit-Position: refs/heads/master@{#387076}