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

Unified Diff: chrome/browser/ui/webui/options/content_settings_handler.cc

Issue 852383002: Plugin Power Saver: Rename BLOCK to 'Let me choose...' and UI tweaks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « chrome/browser/resources/options/content_settings.html ('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/options/content_settings_handler.cc
diff --git a/chrome/browser/ui/webui/options/content_settings_handler.cc b/chrome/browser/ui/webui/options/content_settings_handler.cc
index 929a618c3da303b6a2583274a03a722f54bc9c99..1a946c484e7d12cfe9cc7b9aa83b354b10b75dff 100644
--- a/chrome/browser/ui/webui/options/content_settings_handler.cc
+++ b/chrome/browser/ui/webui/options/content_settings_handler.cc
@@ -329,7 +329,7 @@ void ContentSettingsHandler::GetLocalizedValues(
{"pluginsDetect", IDS_PLUGIN_DETECT_RADIO},
{"pluginsAsk", IDS_PLUGIN_ASK_RADIO},
{"pluginsBlock", IDS_PLUGIN_BLOCK_RADIO},
- {"disableIndividualPlugins", IDS_PLUGIN_SELECTIVE_DISABLE},
+ {"manageIndividualPlugins", IDS_PLUGIN_MANAGE_INDIVIDUAL},
// Pop-ups filter.
{"popupsTabLabel", IDS_POPUP_TAB_LABEL},
{"popups_header", IDS_POPUP_HEADER},
« no previous file with comments | « chrome/browser/resources/options/content_settings.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698