| Index: content/public/common/presentation_session.h
|
| diff --git a/content/public/common/presentation_session.h b/content/public/common/presentation_session.h
|
| index 87bafb4b140cc45bf33603184280263f287c86db..c57913a75e028770fd1f3891888a53df60512892 100644
|
| --- a/content/public/common/presentation_session.h
|
| +++ b/content/public/common/presentation_session.h
|
| @@ -44,6 +44,7 @@ enum PresentationErrorType {
|
| PRESENTATION_ERROR_NO_AVAILABLE_SCREENS,
|
| PRESENTATION_ERROR_SESSION_REQUEST_CANCELLED,
|
| PRESENTATION_ERROR_NO_PRESENTATION_FOUND,
|
| + PRESENTATION_ERROR_PREVIOUS_START_IN_PROGRESS,
|
| PRESENTATION_ERROR_UNKNOWN,
|
| };
|
|
|
|
|