chromium/extensions/common/script_constants.h

// 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 EXTENSIONS_COMMON_SCRIPT_CONSTANTS_H_
#define EXTENSIONS_COMMON_SCRIPT_CONSTANTS_H_

namespace extensions {

// Whether to fall back to matching the origin for frames where the URL
// cannot be matched directly, such as those with about: or data: schemes.
enum class MatchOriginAsFallbackBehavior {};

}  // namespace extensions

#endif  // EXTENSIONS_COMMON_SCRIPT_CONSTANTS_H_