pref_names.h 516 B

1234567891011121314151617
  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_SITE_ISOLATION_PREF_NAMES_H_
  5. #define COMPONENTS_SITE_ISOLATION_PREF_NAMES_H_
  6. namespace site_isolation {
  7. namespace prefs {
  8. extern const char kUserTriggeredIsolatedOrigins[];
  9. extern const char kWebTriggeredIsolatedOrigins[];
  10. } // namespace prefs
  11. } // namespace site_isolation
  12. #endif // COMPONENTS_SITE_ISOLATION_PREF_NAMES_H_