diff options
Diffstat (limited to 'chromium/components/site_isolation/pref_names.h')
-rw-r--r-- | chromium/components/site_isolation/pref_names.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/chromium/components/site_isolation/pref_names.h b/chromium/components/site_isolation/pref_names.h new file mode 100644 index 00000000000..ffdf32f2e1e --- /dev/null +++ b/chromium/components/site_isolation/pref_names.h @@ -0,0 +1,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 |