Index: chrome/browser/ui/autofill/chrome_autofill_client.cc |
diff --git a/chrome/browser/ui/autofill/chrome_autofill_client.cc b/chrome/browser/ui/autofill/chrome_autofill_client.cc |
index 4213a737c87e58a9e9d7e9144b05d3ccbef30ab0..2ed6a5d35abd76a68a1c3c79f0c8dc914b6fbaa7 100644 |
--- a/chrome/browser/ui/autofill/chrome_autofill_client.cc |
+++ b/chrome/browser/ui/autofill/chrome_autofill_client.cc |
@@ -378,7 +378,7 @@ void ChromeAutofillClient::ShowHttpNotSecureExplanation() { |
// On desktop platforms, open Page Info, which briefly explains the HTTP |
// warning message and provides a link to the Help Center for more details. |
Browser* browser = chrome::FindBrowserWithWebContents(web_contents()); |
- if (browser && chrome::ShowWebsiteSettings(browser, web_contents())) |
+ if (browser && chrome::ShowPageInfo(browser, web_contents())) |
return; |
// Otherwise fall through to the section below that opens the URL directly. |
#endif |