chromium/content/public/test/mojo_capability_control_test_util.h

// 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_PUBLIC_TEST_MOJO_CAPABILITY_CONTROL_TEST_UTIL_H_
#define CONTENT_PUBLIC_TEST_MOJO_CAPABILITY_CONTROL_TEST_UTIL_H_

#include "content/public/browser/mojo_binder_policy_map.h"
#include "content/public/test/mojo_capability_control_test_interfaces.mojom.h"
#include "mojo/public/cpp/bindings/binder_map.h"
#include "mojo/public/cpp/bindings/generic_pending_receiver.h"
#include "mojo/public/cpp/bindings/pending_receiver.h"
#include "mojo/public/cpp/bindings/receiver.h"
#include "mojo/public/cpp/bindings/receiver_set.h"

namespace content {

class RenderFrameHost;

namespace test {

class MojoCapabilityControlTestHelper : mojom::TestInterfaceForDefer,
                                        mojom::TestInterfaceForGrant,
                                        mojom::TestInterfaceForCancel,
                                        mojom::TestInterfaceForUnexpected {};

}  // namespace test

}  // namespace content

#endif  // CONTENT_PUBLIC_TEST_MOJO_CAPABILITY_CONTROL_TEST_UTIL_H_