| Index: chrome/browser/ui/cocoa/browser_window_cocoa.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/browser_window_cocoa.mm (revision 142088)
|
| +++ chrome/browser/ui/cocoa/browser_window_cocoa.mm (working copy)
|
| @@ -487,11 +487,11 @@
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| -void BrowserWindowCocoa::ShowPageInfo(Profile* profile,
|
| +void BrowserWindowCocoa::ShowPageInfo(WebContents* web_contents,
|
| const GURL& url,
|
| const SSLStatus& ssl,
|
| bool show_history) {
|
| - browser::ShowPageInfoBubble(window(), profile, url, ssl, show_history,
|
| + browser::ShowPageInfoBubble(window(), web_contents, url, ssl, show_history,
|
| browser_);
|
| }
|
|
|
|
|