blob: ffdf32f2e1e628cb680298873ab471bca8cb40a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// 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.
#ifndef COMPONENTS_SITE_ISOLATION_PREF_NAMES_H_
#define COMPONENTS_SITE_ISOLATION_PREF_NAMES_H_
namespace site_isolation {
namespace prefs {
extern const char kUserTriggeredIsolatedOrigins[];
} // namespace prefs
} // namespace site_isolation
#endif // COMPONENTS_SITE_ISOLATION_PREF_NAMES_H
|