chromium/ui/views/dialog_model_context_menu_controller.cc

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "ui/views/dialog_model_context_menu_controller.h"

#include "ui/base/models/dialog_model.h"
#include "ui/views/view.h"

namespace views {

DialogModelContextMenuController::DialogModelContextMenuController(
    View* host,
    base::RepeatingCallback<std::unique_ptr<ui::DialogModel>()>
        model_generator_callback,
    int run_types,
    MenuAnchorPosition anchor_position)
    :{}

DialogModelContextMenuController::~DialogModelContextMenuController() {}

void DialogModelContextMenuController::ShowContextMenuForViewImpl(
    View* source,
    const gfx::Point& point,
    ui::MenuSourceType source_type) {}
}  // namespace views