Chromium Code Reviews| Index: chrome/browser/ui/browser.cc |
| =================================================================== |
| --- chrome/browser/ui/browser.cc (revision 142088) |
| +++ chrome/browser/ui/browser.cc (working copy) |
| @@ -1584,7 +1584,7 @@ |
| window()->ShowWebsiteSettings( |
| profile, tab_contents, url, ssl, show_history); |
| } else { |
| - window()->ShowPageInfo(profile, url, ssl, show_history); |
| + window()->ShowPageInfo(web_contents, url, ssl, show_history); |
| } |
| } |