| Index: content/browser/presentation/presentation_type_converters.cc
|
| diff --git a/content/browser/presentation/presentation_type_converters.cc b/content/browser/presentation/presentation_type_converters.cc
|
| index 827897cbeae85d1db838ad13c6c7ce526b0747cc..086ec7c31d54e3b70b39d019e1b2f87634d2d63b 100644
|
| --- a/content/browser/presentation/presentation_type_converters.cc
|
| +++ b/content/browser/presentation/presentation_type_converters.cc
|
| @@ -17,6 +17,8 @@ blink::mojom::PresentationErrorType PresentationErrorTypeToMojo(
|
| return blink::mojom::PresentationErrorType::SESSION_REQUEST_CANCELLED;
|
| case content::PRESENTATION_ERROR_NO_PRESENTATION_FOUND:
|
| return blink::mojom::PresentationErrorType::NO_PRESENTATION_FOUND;
|
| + case content::PRESENTATION_ERROR_PREVIOUS_START_IN_PROGRESS:
|
| + return blink::mojom::PresentationErrorType::PREVIOUS_START_IN_PROGRESS;
|
| case content::PRESENTATION_ERROR_UNKNOWN:
|
| return blink::mojom::PresentationErrorType::UNKNOWN;
|
| }
|
|
|