blob: ca61fa2f533a6cb3fc5b392de16e7ac9d994f43f [file] [log] [blame]
// 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_