blob: 6d3b703e051779a2fe99e728a61338b9d4b4c5c3 [file] [log] [blame]
// 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.
#ifndef COMPONENTS_SITE_ISOLATION_PREF_NAMES_H_
#define COMPONENTS_SITE_ISOLATION_PREF_NAMES_H_
namespace site_isolation {
namespace prefs {
extern const char kUserTriggeredIsolatedOrigins[];
extern const char kWebTriggeredIsolatedOrigins[];
} // namespace prefs
} // namespace site_isolation
#endif // COMPONENTS_SITE_ISOLATION_PREF_NAMES_H_