chromium/content/public/browser/supported_delegations.cc

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

#include "content/public/browser/supported_delegations.h"

namespace content {

SupportedDelegations::SupportedDelegations() = default;

SupportedDelegations::~SupportedDelegations() = default;

bool SupportedDelegations::ProvidesAll(
    const payments::mojom::PaymentOptionsPtr& payment_options) const {}

}  // namespace content