chromium/chrome/browser/share/fake_share_history.cc

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

#include "chrome/browser/share/fake_share_history.h"

#include "base/functional/bind.h"
#include "base/task/sequenced_task_runner.h"

namespace sharing {

FakeShareHistory::FakeShareHistory() = default;
FakeShareHistory::~FakeShareHistory() = default;

void FakeShareHistory::AddShareEntry(const std::string& component_name) {}

void FakeShareHistory::GetFlatShareHistory(GetFlatHistoryCallback callback,
                                           int window) {}

}  // namespace sharing