| Index: chrome/browser/ui/browser_window.h
|
| diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
|
| index d01dd7e1c6b602ef166e52301fcd405236e534ac..ae556ea584145f8650e72c24100d9c3aa000e80d 100644
|
| --- a/chrome/browser/ui/browser_window.h
|
| +++ b/chrome/browser/ui/browser_window.h
|
| @@ -304,10 +304,9 @@ class BrowserWindow : public ui::BaseWindow {
|
| // that it's time to redraw everything.
|
| virtual void UserChangedTheme() = 0;
|
|
|
| - // Shows Page Info using the specified information. |virtual_url|
|
| - // is the virtual 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.
|
| + // Shows Page Info using the specified information. |virtual_url| is the
|
| + // virtual url of the page/frame the info applies to, and |security_info|
|
| + // contains the security state for that page/frame.
|
| virtual void ShowPageInfo(
|
| Profile* profile,
|
| content::WebContents* web_contents,
|
|
|