| Index: chrome/browser/ui/views/page_info/page_info_bubble_view.h
|
| diff --git a/chrome/browser/ui/views/page_info/page_info_bubble_view.h b/chrome/browser/ui/views/page_info/page_info_bubble_view.h
|
| index 3d4e18b6a3a85e9d759e628b35322a7bb041295b..cd3e3b42e53cb77ac83230b3b902ede2da940951 100644
|
| --- a/chrome/browser/ui/views/page_info/page_info_bubble_view.h
|
| +++ b/chrome/browser/ui/views/page_info/page_info_bubble_view.h
|
| @@ -77,14 +77,14 @@ class PageInfoBubbleView : public content::WebContentsObserver,
|
| };
|
|
|
| // If |anchor_view| is null, |anchor_rect| is used to anchor the bubble.
|
| - static void ShowBubble(views::View* anchor_view,
|
| - views::WidgetObserver* widget_observer,
|
| - const gfx::Rect& anchor_rect,
|
| - Profile* profile,
|
| - content::WebContents* web_contents,
|
| - const GURL& url,
|
| - const security_state::SecurityInfo& security_info);
|
| -
|
| + static views::BubbleDialogDelegateView* ShowBubble(
|
| + views::View* anchor_view,
|
| + views::WidgetObserver* widget_observer,
|
| + const gfx::Rect& anchor_rect,
|
| + Profile* profile,
|
| + content::WebContents* web_contents,
|
| + const GURL& url,
|
| + const security_state::SecurityInfo& security_info);
|
| // Returns the type of the bubble being shown.
|
| static BubbleType GetShownBubbleType();
|
|
|
|
|