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

Unified Diff: Source/modules/presentation/DefaultSessionStartEventInit.idl

Issue 1209423005: Sync the Presentation API interfaces with the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Drop speculative TODO Created 5 years, 5 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: Source/modules/presentation/DefaultSessionStartEventInit.idl
diff --git a/Source/modules/presentation/DefaultSessionStartEventInit.idl b/Source/modules/presentation/DefaultSessionStartEventInit.idl
index 231da6794037979aa98e411aa0ff0cbdd85fbd01..90f9db3c2d65baab601c5960c686cf4201208089 100644
--- a/Source/modules/presentation/DefaultSessionStartEventInit.idl
+++ b/Source/modules/presentation/DefaultSessionStartEventInit.idl
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// https://w3c.github.io/presentation-api/#interface-defaultsessionstartevent
+
dictionary DefaultSessionStartEventInit : EventInit {
PresentationSession session;
-};
+};
« no previous file with comments | « Source/modules/presentation/DefaultSessionStartEvent.idl ('k') | Source/modules/presentation/NavigatorPresentation.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698