| 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 51156ff5ee3042657697cfff6fc74083b72c2e55..4d90dce63abe99d1910864bd3cdb9eee2b7a92e8 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 | 
| @@ -76,12 +76,13 @@ 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, | 
| -                         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, | 
| +      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(); | 
|  |