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

Unified Diff: Source/modules/presentation/DefaultSessionStartEventInit.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: Fixed last reviewers wishes Created 5 years, 9 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/app_banner/BeforeInstallPromptEventInit.idl b/Source/modules/presentation/DefaultSessionStartEventInit.idl
similarity index 65%
copy from Source/modules/app_banner/BeforeInstallPromptEventInit.idl
copy to Source/modules/presentation/DefaultSessionStartEventInit.idl
index 5fac0385bbc7f9eb5d4ec14dee29c984c248d400..231da6794037979aa98e411aa0ff0cbdd85fbd01 100644
--- a/Source/modules/app_banner/BeforeInstallPromptEventInit.idl
+++ b/Source/modules/presentation/DefaultSessionStartEventInit.idl
@@ -2,6 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-dictionary BeforeInstallPromptEventInit : EventInit {
- DOMString platform = "web";
-};
+dictionary DefaultSessionStartEventInit : EventInit {
+ PresentationSession session;
+};
« no previous file with comments | « Source/modules/presentation/DefaultSessionStartEvent.idl ('k') | Source/modules/presentation/Presentation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698