#ifndef CONTENT_PUBLIC_BROWSER_PRESENTATION_SERVICE_DELEGATE_H_
#define CONTENT_PUBLIC_BROWSER_PRESENTATION_SERVICE_DELEGATE_H_
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "base/functional/callback.h"
#include "content/common/content_export.h"
#include "media/base/flinging_controller.h"
#include "mojo/public/cpp/bindings/pending_receiver.h"
#include "mojo/public/cpp/bindings/pending_remote.h"
#include "third_party/blink/public/mojom/presentation/presentation.mojom.h"
namespace content {
struct PresentationRequest;
class PresentationScreenAvailabilityListener;
PresentationConnectionCallback;
PresentationConnectionErrorCallback;
DefaultPresentationConnectionCallback;
struct PresentationConnectionStateChangeInfo { … };
PresentationConnectionStateChangedCallback;
ReceiverConnectionAvailableCallback;
class CONTENT_EXPORT PresentationServiceDelegate { … };
class CONTENT_EXPORT ControllerPresentationServiceDelegate
: public PresentationServiceDelegate { … };
class CONTENT_EXPORT ReceiverPresentationServiceDelegate
: public PresentationServiceDelegate { … };
}
#endif