13 lines
685 B
Diff
13 lines
685 B
Diff
diff --git a/components/content_settings/core/common/content_settings.cc b/components/content_settings/core/common/content_settings.cc
|
|
index f516737a56282d248fe78717b94797b8ab9ca3d5..3e2b819cf46a29fe5906088be9f0bd0909fd1b8f 100644
|
|
--- a/components/content_settings/core/common/content_settings.cc
|
|
+++ b/components/content_settings/core/common/content_settings.cc
|
|
@@ -112,6 +112,7 @@ constexpr HistogramValue kHistogramValue[] = {
|
|
{ContentSettingsType::FEDERATED_IDENTITY_IDENTITY_PROVIDER_SIGNIN_STATUS,
|
|
91},
|
|
{ContentSettingsType::REVOKED_UNUSED_SITE_PERMISSIONS, 92},
|
|
+ BRAVE_HISTOGRAM_VALUE_LIST
|
|
};
|
|
|
|
void FilterRulesForType(ContentSettingsForOneType& settings,
|