#include "components/renderer_context_menu/context_menu_content_type.h"
#include "base/functional/bind.h"
#include "content/public/browser/web_contents.h"
#include "content/public/common/url_constants.h"
#include "printing/buildflags/buildflags.h"
#include "third_party/blink/public/mojom/context_menu/context_menu.mojom.h"
ContextMenuDataMediaType;
WebContents;
namespace {
bool IsDevToolsURL(const GURL& url) { … }
}
ContextMenuContentType::ContextMenuContentType(
const content::ContextMenuParams& params,
bool supports_custom_items)
: … { … }
ContextMenuContentType::~ContextMenuContentType() { … }
bool ContextMenuContentType::SupportsGroup(int group) { … }
bool ContextMenuContentType::SupportsGroupInternal(int group) { … }