#include "content/public/test/context_menu_interceptor.h"
#include "content/browser/renderer_host/render_frame_host_impl.h"
#include "content/public/browser/browser_thread.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace content {
ContextMenuInterceptor::ContextMenuInterceptor(
content::RenderFrameHost* render_frame_host,
ShowBehavior behavior)
: … { … }
ContextMenuInterceptor::~ContextMenuInterceptor() = default;
void ContextMenuInterceptor::Wait() { … }
void ContextMenuInterceptor::Reset() { … }
blink::mojom::LocalFrameHost* ContextMenuInterceptor::GetForwardingInterface() { … }
void ContextMenuInterceptor::ShowContextMenu(
mojo::PendingAssociatedRemote<blink::mojom::ContextMenuClient>
context_menu_client,
const blink::UntrustworthyContextMenuParams& params) { … }
}