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

Unified Diff: chrome/browser/ui/webui/ntp/ntp_resource_cache_android.cc

Issue 11416322: [Android] Fix "remove" and "remove all" usage on NTP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 | « chrome/browser/resources/ntp_android/ntp_android.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/ntp/ntp_resource_cache_android.cc
diff --git a/chrome/browser/ui/webui/ntp/ntp_resource_cache_android.cc b/chrome/browser/ui/webui/ntp/ntp_resource_cache_android.cc
index 30277f3ebc1c2f7227843c4d56f61f010ca49bb6..8c896f6268a711117d4f1a9efd6e00f156a88b1f 100644
--- a/chrome/browser/ui/webui/ntp/ntp_resource_cache_android.cc
+++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache_android.cc
@@ -81,6 +81,8 @@ void NTPResourceCache::CreateNewTabHTML() {
IDS_NEW_TAB_CONTEXT_MENU_OPEN_IN_INCOGNITO_TAB));
localized_strings.SetString("elementremove",
l10n_util::GetStringUTF16(IDS_NEW_TAB_CONTEXT_MENU_REMOVE));
+ localized_strings.SetString("removeall",
+ l10n_util::GetStringUTF16(IDS_NEW_TAB_CONTEXT_MENU_REMOVE_ALL));
localized_strings.SetString("bookmarkedit",
l10n_util::GetStringUTF16(IDS_NEW_TAB_CONTEXT_MENU_EDIT_BOOKMARK));
localized_strings.SetString("bookmarkdelete",
« no previous file with comments | « chrome/browser/resources/ntp_android/ntp_android.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698