pref_names.h 479 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. #ifndef COMPONENTS_BLOCKED_CONTENT_PREF_NAMES_H_
  5. #define COMPONENTS_BLOCKED_CONTENT_PREF_NAMES_H_
  6. namespace blocked_content {
  7. namespace prefs {
  8. extern const char kAbusiveExperienceInterventionEnforce[];
  9. } // namespace prefs
  10. } // namespace blocked_content
  11. #endif // COMPONENTS_BLOCKED_CONTENT_PREF_NAMES_H_