summaryrefslogtreecommitdiffstats
path: root/chrome/common/common_param_traits.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/common_param_traits.cc')
-rw-r--r--chrome/common/common_param_traits.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/common_param_traits.cc b/chrome/common/common_param_traits.cc
index f06682f..8a14b30 100644
--- a/chrome/common/common_param_traits.cc
+++ b/chrome/common/common_param_traits.cc
@@ -88,6 +88,9 @@ void ParamTraits<ContentSettingsType>::Log(const param_type& p,
case CONTENT_SETTINGS_TYPE_NOTIFICATIONS:
setting_type = "CONTENT_SETTINGS_TYPE_NOTIFICATIONS";
break;
+ case CONTENT_SETTINGS_TYPE_INTENTS:
+ setting_type = "CONTENT_SETTINGS_TYPE_INTENTS";
+ break;
default:
setting_type = "UNKNOWN";
break;