| Index: third_party/WebKit/public/platform/modules/presentation/WebPresentationError.h
|
| diff --git a/third_party/WebKit/public/platform/modules/presentation/WebPresentationError.h b/third_party/WebKit/public/platform/modules/presentation/WebPresentationError.h
|
| index f12792effee2998eefeacc56415f6f354d521e2b..ed01d8d84d37dc1fd3ecdc2694b58d93c7d3cfda 100644
|
| --- a/third_party/WebKit/public/platform/modules/presentation/WebPresentationError.h
|
| +++ b/third_party/WebKit/public/platform/modules/presentation/WebPresentationError.h
|
| @@ -15,6 +15,7 @@ struct WebPresentationError {
|
| ErrorTypeSessionRequestCancelled,
|
| ErrorTypeNoPresentationFound,
|
| ErrorTypeAvailabilityNotSupported,
|
| + ErrorTypePreviousStartInProgress,
|
| ErrorTypeUnknown,
|
| ErrorTypeLast = ErrorTypeUnknown
|
| };
|
|
|