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

Unified Diff: ios/chrome/browser/ui/omnibox/page_info_view_controller.mm

Issue 2624963004: iOS: Add the Page Info password/credit card string for HTTP pages. (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « ios/chrome/browser/ui/omnibox/page_info_model.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/omnibox/page_info_view_controller.mm
diff --git a/ios/chrome/browser/ui/omnibox/page_info_view_controller.mm b/ios/chrome/browser/ui/omnibox/page_info_view_controller.mm
index 78fb2a5a7b825d9bb004acf85b47c11bf6fdea45..e977b05e787d5a11c536b7c0ffb6325747d7e77e 100644
--- a/ios/chrome/browser/ui/omnibox/page_info_view_controller.mm
+++ b/ios/chrome/browser/ui/omnibox/page_info_view_controller.mm
@@ -469,9 +469,9 @@ void PageInfoModelBubbleBridge::OnPageInfoModelChanged() {
NOTREACHED();
return nil;
case PageInfoModel::BUTTON_SHOW_SECURITY_HELP:
- messageId = IDS_PAGE_INFO_HELP_CENTER_LINK;
+ messageId = IDS_LEARN_MORE;
tag = IDC_SHOW_SECURITY_HELP;
- accessibilityID = @"What do these mean?";
+ accessibilityID = @"Learn more";
break;
case PageInfoModel::BUTTON_RELOAD:
messageId = IDS_IOS_PAGE_INFO_RELOAD;
« no previous file with comments | « ios/chrome/browser/ui/omnibox/page_info_model.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698