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

Unified Diff: chrome/browser/ui/android/content_settings/subresource_filter_infobar_delegate.cc

Issue 2793413002: [subresource_filter] Update the desktop UI according to mocks (Closed)
Patch Set: engedy review 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/android/content_settings/subresource_filter_infobar_delegate.cc
diff --git a/chrome/browser/ui/android/content_settings/subresource_filter_infobar_delegate.cc b/chrome/browser/ui/android/content_settings/subresource_filter_infobar_delegate.cc
index e94ef0e475d7fdca7b37e3031ccfaceee1de134f..01d167ea133aeebf86b753d2633b6d6e0096fc5e 100644
--- a/chrome/browser/ui/android/content_settings/subresource_filter_infobar_delegate.cc
+++ b/chrome/browser/ui/android/content_settings/subresource_filter_infobar_delegate.cc
@@ -71,7 +71,7 @@ base::string16 SubresourceFilterInfobarDelegate::GetButtonLabel(
return l10n_util::GetStringUTF16(
using_experimental_infobar_
- ? IDS_FILTERED_DECEPTIVE_CONTENT_RELOAD_ACTION
+ ? IDS_APP_MENU_RELOAD
: IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_RELOAD);
}
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/content_settings/content_setting_bubble_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698