Index: components/content_settings/core/common/content_settings.cc |
diff --git a/components/content_settings/core/common/content_settings.cc b/components/content_settings/core/common/content_settings.cc |
index 65298708c8de978557f8eefb9dcf17c977c580f2..cb718cab81f9133dacfc2309557058023167b413 100644 |
--- a/components/content_settings/core/common/content_settings.cc |
+++ b/components/content_settings/core/common/content_settings.cc |
@@ -52,7 +52,7 @@ ContentSettingsType kHistogramOrder[] = { |
CONTENT_SETTINGS_TYPE_SITE_ENGAGEMENT, |
CONTENT_SETTINGS_TYPE_DURABLE_STORAGE, |
CONTENT_SETTINGS_TYPE_KEYGEN, |
-}; |
+ CONTENT_SETTINGS_TYPE_DESKTOP_AUDIO_SHARE}; |
int ContentSettingTypeToHistogramValue(ContentSettingsType content_setting, |
size_t* num_values) { |