Index: chrome/browser/ui/browser_commands.h |
diff --git a/chrome/browser/ui/browser_commands.h b/chrome/browser/ui/browser_commands.h |
index 35a47c45f86cc6f50b1de6c6c379a5daf75e2ae3..d12192ef173f49fe9fed63a378607205c9a34c71 100644 |
--- a/chrome/browser/ui/browser_commands.h |
+++ b/chrome/browser/ui/browser_commands.h |
@@ -102,7 +102,7 @@ void ManagePasswordsForPage(Browser* browser); |
void SavePage(Browser* browser); |
bool CanSavePage(const Browser* browser); |
void ShowFindBar(Browser* browser); |
-bool ShowWebsiteSettings(Browser* browser, content::WebContents* web_contents); |
+bool ShowPageInfo(Browser* browser, content::WebContents* web_contents); |
void Print(Browser* browser); |
bool CanPrint(Browser* browser); |
#if BUILDFLAG(ENABLE_BASIC_PRINTING) |