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

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

Issue 974993002: [Presentation API] Added the DefaultPresentationStart event and parsing of the default presentation… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Default implementation for the new WebPresentationClient method Created 5 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: Source/modules/presentation/DefaultPresentationStartEventInit.idl
diff --git a/Source/modules/presentation/AvailableChangeEventInit.idl b/Source/modules/presentation/DefaultPresentationStartEventInit.idl
similarity index 51%
copy from Source/modules/presentation/AvailableChangeEventInit.idl
copy to Source/modules/presentation/DefaultPresentationStartEventInit.idl
index 499c87e21588ced1a392b00082d9f28fc1f30611..005b64166daef024ef24cb3560adc43d9557f8eb 100644
--- a/Source/modules/presentation/AvailableChangeEventInit.idl
+++ b/Source/modules/presentation/DefaultPresentationStartEventInit.idl
@@ -2,8 +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/#availablechangeevent
+// https://code.google.com/p/chromium/issues/detail?id=459001
Peter Beverloo 2015/03/03 21:19:24 dito
whywhat 2015/03/05 18:41:47 Done.
-dictionary AvailableChangeEventInit : EventInit {
- boolean available = false;
+dictionary DefaultPresentationStartEventInit : EventInit {
+ PresentationSession session;
};

Powered by Google App Engine
This is Rietveld 408576698