| 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 ed01d8d84d37dc1fd3ecdc2694b58d93c7d3cfda..b9b9fb98a461adc489551490fcb824d2ed85b3ec 100644
|
| --- a/third_party/WebKit/public/platform/modules/presentation/WebPresentationError.h
|
| +++ b/third_party/WebKit/public/platform/modules/presentation/WebPresentationError.h
|
| @@ -12,7 +12,7 @@ namespace blink {
|
| struct WebPresentationError {
|
| enum ErrorType {
|
| ErrorTypeNoAvailableScreens = 0,
|
| - ErrorTypeSessionRequestCancelled,
|
| + ErrorTypePresentationRequestCancelled,
|
| ErrorTypeNoPresentationFound,
|
| ErrorTypeAvailabilityNotSupported,
|
| ErrorTypePreviousStartInProgress,
|
|
|