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

Unified Diff: Source/modules/app_banner/BeforeInstallPromptEventInit.idl

Issue 1089813002: Change beforeinstallprompt event to take an array of platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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/app_banner/BeforeInstallPromptEventInit.idl
diff --git a/Source/modules/app_banner/BeforeInstallPromptEventInit.idl b/Source/modules/app_banner/BeforeInstallPromptEventInit.idl
index 5fac0385bbc7f9eb5d4ec14dee29c984c248d400..13b24c82fa7b8f02814e8a4192f772b381438a05 100644
--- a/Source/modules/app_banner/BeforeInstallPromptEventInit.idl
+++ b/Source/modules/app_banner/BeforeInstallPromptEventInit.idl
@@ -3,5 +3,4 @@
// found in the LICENSE file.
dictionary BeforeInstallPromptEventInit : EventInit {
- DOMString platform = "web";
mlamouri (slow - plz ping) 2015/04/16 10:32:21 DOMString[] platforms = [];
benwells 2015/04/16 11:39:59 I tried that but got an error in the v8 code gener
mlamouri (slow - plz ping) 2015/04/16 13:33:27 Checking the spec and asking the editor, it's actu
benwells 2015/04/17 06:58:53 Done.
};

Powered by Google App Engine
This is Rietveld 408576698