// 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[] = …; } // namespace prefs } // namespace blocked_content