| Index: content/renderer/presentation/presentation_dispatcher.cc
|
| diff --git a/content/renderer/presentation/presentation_dispatcher.cc b/content/renderer/presentation/presentation_dispatcher.cc
|
| index 3d18e10a30a50942721b25bbc21e37315c027ead..8d391d844dee26c86a0c074cd3c732d1b3722eb9 100644
|
| --- a/content/renderer/presentation/presentation_dispatcher.cc
|
| +++ b/content/renderer/presentation/presentation_dispatcher.cc
|
| @@ -54,6 +54,8 @@ blink::WebPresentationError::ErrorType GetWebPresentationErrorTypeFromMojo(
|
| return blink::WebPresentationError::ErrorTypeSessionRequestCancelled;
|
| case blink::mojom::PresentationErrorType::NO_PRESENTATION_FOUND:
|
| return blink::WebPresentationError::ErrorTypeNoPresentationFound;
|
| + case blink::mojom::PresentationErrorType::PREVIOUS_START_IN_PROGRESS:
|
| + return blink::WebPresentationError::ErrorTypePreviousStartInProgress;
|
| case blink::mojom::PresentationErrorType::UNKNOWN:
|
| default:
|
| return blink::WebPresentationError::ErrorTypeUnknown;
|
|
|