| Index: chrome/browser/ui/views/browser_dialogs.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/browser_dialogs.h (revision 142088)
|
| +++ chrome/browser/ui/views/browser_dialogs.h (working copy)
|
| @@ -27,6 +27,7 @@
|
|
|
| namespace content {
|
| class PageNavigator;
|
| +class WebContents;
|
| struct SSLStatus;
|
| }
|
|
|
| @@ -60,7 +61,7 @@
|
|
|
| // Shows the page info bubble anchored to the supplied view.
|
| void ShowPageInfoBubble(views::View* anchor_view,
|
| - Profile* profile,
|
| + content::WebContents* web_contents,
|
| const GURL& url,
|
| const content::SSLStatus& ssl,
|
| bool show_history,
|
|
|