#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() { … }
}