Index: chrome/browser/ui/webui/options2/content_settings_handler.cc |
diff --git a/chrome/browser/ui/webui/options2/content_settings_handler.cc b/chrome/browser/ui/webui/options2/content_settings_handler.cc |
index 70aa30a60cda33a32dbd502ce1b1bc5bd86cc80e..57c0d660457dc4dd6543bc0f3458ee47a0794f45 100644 |
--- a/chrome/browser/ui/webui/options2/content_settings_handler.cc |
+++ b/chrome/browser/ui/webui/options2/content_settings_handler.cc |
@@ -415,8 +415,8 @@ void ContentSettingsHandler::GetLocalizedValues( |
{ "notifications_ask", IDS_NOTIFICATIONS_ASK_RADIO }, |
{ "notifications_block", IDS_NOTIFICATIONS_BLOCK_RADIO }, |
// Intents filter. |
- { "webIntentsTabLabel", IDS_WEB_INTENTS_TAB_LABEL }, |
- { "allowWebIntents", IDS_ALLOW_WEB_INTENTS }, |
+ { "web_intents_tab_label", IDS_WEB_INTENTS_TAB_LABEL }, |
+ { "web_intents_enabled", IDS_WEB_INTENTS_ENABLED }, |
csilv
2012/08/09 18:18:04
per previous comment, camelCase
|
// Fullscreen filter. |
{ "fullscreen_tab_label", IDS_FULLSCREEN_TAB_LABEL }, |
{ "fullscreen_header", IDS_FULLSCREEN_HEADER }, |
@@ -1156,7 +1156,7 @@ void ContentSettingsHandler::SetContentFilter(const ListValue* args) { |
break; |
case CONTENT_SETTINGS_TYPE_INTENTS: |
content::RecordAction( |
- UserMetricsAction("Options_DefaultHandlersSettingChanged")); |
+ UserMetricsAction("Options_WebIntentsOptionsChanged")); |
break; |
case CONTENT_SETTINGS_TYPE_MOUSELOCK: |
content::RecordAction( |