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

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

Issue 10808092: Add settings UI for managing defaults (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 4 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/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(

Powered by Google App Engine
This is Rietveld 408576698