| Index: public/platform/modules/presentation/WebPresentationClient.h
|
| diff --git a/public/platform/modules/presentation/WebPresentationClient.h b/public/platform/modules/presentation/WebPresentationClient.h
|
| index 1ac6ba32778442a569aeaeb3434889eda780a311..7b55bb0da9c9cd57bf52391da97c8249f868a470 100644
|
| --- a/public/platform/modules/presentation/WebPresentationClient.h
|
| +++ b/public/platform/modules/presentation/WebPresentationClient.h
|
| @@ -22,7 +22,7 @@ struct WebPresentationError;
|
| using WebPresentationSessionClientCallbacks = WebCallbacks<WebPresentationSessionClient, WebPresentationError>;
|
|
|
| // Callback for .getAvailability().
|
| -using WebPresentationAvailabilityCallbacks = WebCallbacks<bool, void>;
|
| +using WebPresentationAvailabilityCallbacks = WebCallbacks<bool, WebPresentationError>;
|
|
|
| // The implementation the embedder has to provide for the Presentation API to work.
|
| class WebPresentationClient {
|
|
|