#include "content/browser/presentation/presentation_test_utils.h"
namespace content {
MockPresentationServiceDelegate::MockPresentationServiceDelegate() = default;
MockPresentationServiceDelegate::~MockPresentationServiceDelegate() = default;
bool MockPresentationServiceDelegate::AddScreenAvailabilityListener(
int render_process_id,
int routing_id,
PresentationScreenAvailabilityListener* listener) { … }
MockPresentationReceiver::MockPresentationReceiver() = default;
MockPresentationReceiver::~MockPresentationReceiver() = default;
MockReceiverPresentationServiceDelegate::
MockReceiverPresentationServiceDelegate() = default;
MockReceiverPresentationServiceDelegate::
~MockReceiverPresentationServiceDelegate() = default;
MockPresentationConnection::MockPresentationConnection() = default;
MockPresentationConnection::~MockPresentationConnection() = default;
MockPresentationController::MockPresentationController() = default;
MockPresentationController::~MockPresentationController() = default;
}