mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update toolbar_view.cc
This commit is contained in:
parent
3bd31be339
commit
9ded16f343
1 changed files with 4 additions and 3 deletions
|
@ -95,6 +95,7 @@
|
|||
#include "ui/base/metadata/metadata_impl_macros.h"
|
||||
#include "ui/base/theme_provider.h"
|
||||
#include "ui/base/window_open_disposition.h"
|
||||
#include "ui/base/window_open_disposition_utils.h"
|
||||
#include "ui/color/color_id.h"
|
||||
#include "ui/color/color_provider.h"
|
||||
#include "ui/compositor/layer.h"
|
||||
|
@ -530,9 +531,9 @@ void ToolbarView::ShowBookmarkBubble(
|
|||
#if !BUILDFLAG(IS_CHROMEOS_ASH)
|
||||
delegate = std::make_unique<BookmarkBubbleSignInDelegate>(profile);
|
||||
#endif
|
||||
BookmarkBubbleView::ShowBubble(anchor_view, bookmark_star_icon, observer,
|
||||
std::move(delegate), profile, url,
|
||||
already_bookmarked);
|
||||
BookmarkBubbleView::ShowBubble(
|
||||
anchor_view, GetWebContents(), bookmark_star_icon, observer,
|
||||
std::move(delegate), profile, url, already_bookmarked);
|
||||
}
|
||||
|
||||
ExtensionsToolbarButton* ToolbarView::GetExtensionsButton() const {
|
||||
|
|
Loading…
Reference in a new issue