// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_BROWSER_SECURITY_COOP_COOP_SWAP_RESULT_H_ #define CONTENT_BROWSER_SECURITY_COOP_COOP_SWAP_RESULT_H_ namespace content { // This enum indicates what the comparison of Cross-Origin-Opener-Policy headers // has yielded. enum class CoopSwapResult { … }; } // namespace content #endif // CONTENT_BROWSER_SECURITY_COOP_COOP_SWAP_RESULT_H_