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

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

Issue 7508046: Options: Fix the disable individual plugins link. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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 a645f40f92100f0ecf80febb0256eec4f18d115d..f312e67618b1fe8e3722ce67dbbeca7c4113004f 100644
--- a/chrome/browser/ui/webui/options/content_settings_handler.cc
+++ b/chrome/browser/ui/webui/options/content_settings_handler.cc
@@ -238,7 +238,7 @@ void ContentSettingsHandler::GetLocalizedValues(
{ "plugins_ask", IDS_PLUGIN_ASK_RADIO },
{ "plugins_allow", IDS_PLUGIN_LOAD_RADIO },
{ "plugins_block", IDS_PLUGIN_NOLOAD_RADIO },
- { "disable_individual_plugins", IDS_PLUGIN_SELECTIVE_DISABLE },
+ { "disableIndividualPlugins", IDS_PLUGIN_SELECTIVE_DISABLE },
// Pop-ups filter.
{ "popups_tab_label", 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