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

Unified Diff: chrome/browser/ui/login/login_handler.cc

Issue 2754383004: Rename WebsiteSettings code to PageInfo. (Closed)
Patch Set: Upload missing comment fix for WebSettingsUI -> PageInfoUI. 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/login/login_handler.cc
diff --git a/chrome/browser/ui/login/login_handler.cc b/chrome/browser/ui/login/login_handler.cc
index 48caf6ffb78babddf801ddcd53952035a4d5dc82..87d8d3208619f2968f7351f685f0b60e9e137775 100644
--- a/chrome/browser/ui/login/login_handler.cc
+++ b/chrome/browser/ui/login/login_handler.cc
@@ -519,7 +519,7 @@ void LoginHandler::GetDialogStrings(const GURL& request_url,
// TODO(asanka): The string should be different for proxies and servers.
// http://crbug.com/620756
*explanation =
- l10n_util::GetStringUTF16(IDS_WEBSITE_SETTINGS_NON_SECURE_TRANSPORT);
+ l10n_util::GetStringUTF16(IDS_PAGE_INFO_NON_SECURE_TRANSPORT);
} else {
explanation->clear();
}
« no previous file with comments | « chrome/browser/ui/cocoa/permission_bubble/permission_bubble_controller.mm ('k') | chrome/browser/ui/page_info/page_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698