chromium/components/commerce/core/internals/commerce_internals_ui_base.cc

// Copyright 2023 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/commerce/core/internals/commerce_internals_ui_base.h"

#include "components/commerce/core/shopping_service.h"

namespace commerce {

CommerceInternalsUIBase::CommerceInternalsUIBase(
    ShoppingService* shopping_service)
    :{}

CommerceInternalsUIBase::~CommerceInternalsUIBase() = default;

void CommerceInternalsUIBase::BindInterface(
    mojo::PendingReceiver<mojom::CommerceInternalsHandlerFactory> receiver) {}

void CommerceInternalsUIBase::CreateCommerceInternalsHandler(
    mojo::PendingRemote<mojom::CommerceInternalsPage> page,
    mojo::PendingReceiver<mojom::CommerceInternalsHandler> receiver) {}

}  // namespace commerce