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

Unified Diff: content/public/common/presentation_session.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: 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,
};
« no previous file with comments | « content/browser/presentation/presentation_type_converters.cc ('k') | content/renderer/presentation/presentation_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698