summaryrefslogtreecommitdiffstats
path: root/extensions/common/api/display_source.idl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/common/api/display_source.idl')
-rw-r--r--extensions/common/api/display_source.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/extensions/common/api/display_source.idl b/extensions/common/api/display_source.idl
index f65a82a..83cfa0d 100644
--- a/extensions/common/api/display_source.idl
+++ b/extensions/common/api/display_source.idl
@@ -144,9 +144,6 @@ namespace displaySource {
// or properties)
// |sinks| the list of all currently available sinks
static void onSinksUpdated(SinkInfo[] sinks);
- // Event fired when the Display session is started.
- // |sinkId| Id of the peer sink
- [nocompile] static void onSessionStarted(long sinkId);
// Event fired when the Display session is terminated.
// |sinkId| Id of the peer sink
[nocompile] static void onSessionTerminated(long sinkId);