| Index: chrome/browser/ui/browser_window.h
|
| ===================================================================
|
| --- chrome/browser/ui/browser_window.h (revision 142088)
|
| +++ chrome/browser/ui/browser_window.h (working copy)
|
| @@ -285,7 +285,7 @@
|
| // |url| is the url of the page/frame the info applies to, |ssl| is the SSL
|
| // information for that page/frame. If |show_history| is true, a section
|
| // showing how many times that URL has been visited is added to the page info.
|
| - virtual void ShowPageInfo(Profile* profile,
|
| + virtual void ShowPageInfo(content::WebContents* web_contents,
|
| const GURL& url,
|
| const content::SSLStatus& ssl,
|
| bool show_history) = 0;
|
|
|