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

Unified Diff: chrome/browser/ui/cocoa/page_info/page_info_bubble_controller.mm

Issue 2847863004: Unfork IDS_PAGE_INFO_NON_SECURE_TRANSPORT into IDS_PAGEINFO_NOT_SECURE_SUMMARY (Closed)
Patch Set: Created 3 years, 8 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/cocoa/page_info/page_info_bubble_controller.mm
diff --git a/chrome/browser/ui/cocoa/page_info/page_info_bubble_controller.mm b/chrome/browser/ui/cocoa/page_info/page_info_bubble_controller.mm
index 3fa7b1135d43e8692cb9a88b446234cc275e9718..975b2756e1764cee35e8dcde72ad33d2b0c9fac2 100644
--- a/chrome/browser/ui/cocoa/page_info/page_info_bubble_controller.mm
+++ b/chrome/browser/ui/cocoa/page_info/page_info_bubble_controller.mm
@@ -1028,8 +1028,6 @@ bool IsInternalURL(const GURL& url) {
base::string16 label_text =
l10n_util::GetPluralStringFUTF16(IDS_PAGE_INFO_NUM_COOKIES, totalAllowed);
- base::string16 sectionTitle =
- l10n_util::GetStringUTF16(IDS_PAGE_INFO_TITLE_SITE_DATA);
bool isRTL = base::i18n::IsRTL();
[cookiesView_ setSubviews:[NSArray array]];
« no previous file with comments | « no previous file | chrome/browser/ui/login/login_handler.cc » ('j') | ios/chrome/browser/ui/dialogs/nsurl_protection_space_util.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698