#ifndef COMPONENTS_FINGERPRINTING_PROTECTION_FILTER_COMMON_FINGERPRINTING_PROTECTION_FILTER_CONSTANTS_H_
#define COMPONENTS_FINGERPRINTING_PROTECTION_FILTER_COMMON_FINGERPRINTING_PROTECTION_FILTER_CONSTANTS_H_
#include "base/files/file_path.h"
#include "components/subresource_filter/core/common/ruleset_config.h"
namespace fingerprinting_protection_filter {
extern const subresource_filter::RulesetConfig
kFingerprintingProtectionRulesetConfig;
extern const base::FilePath::CharType kUnindexedRulesetDataFileName[];
const char ActivationDecisionHistogramName[] = …;
const char ActivationLevelHistogramName[] = …;
constexpr char kActivationConsoleMessage[] = …;
constexpr char kDisallowChildFrameConsoleMessageFormat[] = …;
}
#endif