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

Unified Diff: extensions/common/api/display_source.idl

Issue 1730583002: [chrome.displaySource] further implementation of call completion callbacks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from Antony Created 4 years, 10 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: extensions/common/api/display_source.idl
diff --git a/extensions/common/api/display_source.idl b/extensions/common/api/display_source.idl
index 00434a6ad89ea685db5a7ceda6c8feb930a26f5f..0659b513c2b3fb116b084c08adc6b5f9d1c24d6c 100644
--- a/extensions/common/api/display_source.idl
+++ b/extensions/common/api/display_source.idl
@@ -6,10 +6,6 @@
// session using WebMediaStreamTrack as sources.
namespace displaySource {
enum ErrorType {
- // A new Display session cannot be started before the existing one is
- // terminated.
- session_limit_error,
-
// The connection with sink cannot be established or has dropped
// unexpectedly.
connection_error,

Powered by Google App Engine
This is Rietveld 408576698