// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_RENDERER_CONTEXT_MENU_CONTEXT_MENU_DELEGATE_H_ #define COMPONENTS_RENDERER_CONTEXT_MENU_CONTEXT_MENU_DELEGATE_H_ #include <memory> #include "base/memory/raw_ptr.h" class RenderViewContextMenuBase; namespace content { class RenderFrameHost; class WebContents; struct ContextMenuParams; } // A ContextMenuDelegate can build and show renderer context menu. class ContextMenuDelegate { … }; #endif // COMPONENTS_RENDERER_CONTEXT_MENU_CONTEXT_MENU_DELEGATE_H_