[go: nahoru, domu]

blob: a4eb85b05a84fb4eed40191cc6bb1656a40b5c4d [file] [log] [blame]
// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/blocked_content/pref_names.h"
namespace blocked_content {
namespace prefs {
// A bool pref that indicates whether interventions for abusive experiences
// should be enforced.
const char kAbusiveExperienceInterventionEnforce[] =
"abusive_experience_intervention_enforce";
} // namespace prefs
} // namespace blocked_content