Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(721)

Unified Diff: third_party/WebKit/public/platform/modules/presentation/WebPresentationError.h

Issue 2647723002: [Presentation API] reject request.start() with OperationError instead of UnknownError if previous s… (Closed)
Patch Set: add layout test for PREVIOUS_START_IN_PROGRESS error Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
};

Powered by Google App Engine
This is Rietveld 408576698