| // Copyright 2020 The Chromium Authors. All rights reserved. | |
| // 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 |