chromium/components/renderer_context_menu/context_menu_content_type.cc

// 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.

#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) {}

}  // namespace

ContextMenuContentType::ContextMenuContentType(
    const content::ContextMenuParams& params,
    bool supports_custom_items)
    :{}

ContextMenuContentType::~ContextMenuContentType() {}

bool ContextMenuContentType::SupportsGroup(int group) {}

bool ContextMenuContentType::SupportsGroupInternal(int group) {}