Index: chrome/browser/ui/browser_window.h |
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h |
index b66d827d32aad8732465650e6b1be128d806780e..ff32748dbbe4a0734d35ef1366eda1eb2564f372 100644 |
--- a/chrome/browser/ui/browser_window.h |
+++ b/chrome/browser/ui/browser_window.h |
@@ -297,7 +297,7 @@ class BrowserWindow : public ui::BaseWindow { |
// 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. |
- virtual void ShowWebsiteSettings( |
+ virtual void ShowPageInfo( |
Profile* profile, |
content::WebContents* web_contents, |
const GURL& virtual_url, |