Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2486)

Unified Diff: chrome/browser/ui/autofill/chrome_autofill_client.cc

Issue 2754383004: Rename WebsiteSettings code to PageInfo. (Closed)
Patch Set: Rename everything. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698