| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 96bd1ee5611d13ad613a6ba9573e3553e6465957..e9dcd7712146a340596f753b2dfa0bcc20c6b893 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -563,7 +563,8 @@ class Browser : public TabHandlerDelegate,
|
| void SavePage();
|
| void ViewSelectedSource();
|
| void ShowFindBar();
|
| - void ShowPageInfo(const GURL& url,
|
| + void ShowPageInfo(content::WebContents* web_contents,
|
| + const GURL& url,
|
| const content::SSLStatus& ssl,
|
| bool show_history);
|
|
|
|
|