chromium/components/web_resource/resource_request_allowed_notifier_test_util.cc

// Copyright 2013 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/web_resource/resource_request_allowed_notifier_test_util.h"
#include "base/functional/bind.h"

namespace web_resource {

TestRequestAllowedNotifier::TestRequestAllowedNotifier(
    PrefService* local_state,
    network::NetworkConnectionTracker* network_connection_tracker)
    :{}

TestRequestAllowedNotifier::~TestRequestAllowedNotifier() {}

void TestRequestAllowedNotifier::InitWithEulaAcceptNotifier(
    Observer* observer,
    std::unique_ptr<EulaAcceptedNotifier> eula_notifier) {}

void TestRequestAllowedNotifier::SetRequestsAllowedOverride(bool allowed) {}

void TestRequestAllowedNotifier::NotifyObserver() {}

ResourceRequestAllowedNotifier::State
TestRequestAllowedNotifier::GetResourceRequestsAllowedState() {}

EulaAcceptedNotifier* TestRequestAllowedNotifier::CreateEulaNotifier() {}

}  // namespace web_resource