pref_names.cc 519 B

12345678910111213141516
  1. // Copyright 2020 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "components/blocked_content/pref_names.h"
  5. namespace blocked_content {
  6. namespace prefs {
  7. // A bool pref that indicates whether interventions for abusive experiences
  8. // should be enforced.
  9. const char kAbusiveExperienceInterventionEnforce[] =
  10. "abusive_experience_intervention_enforce";
  11. } // namespace prefs
  12. } // namespace blocked_content