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

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: Update test expectations 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
« no previous file with comments | « Source/modules/app_banner/BeforeInstallPromptEvent.idl ('k') | Source/web/WebLocalFrameImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..fc66cc8d9a905f64723a05065d055c7281fae321 100644
--- a/Source/modules/app_banner/BeforeInstallPromptEventInit.idl
+++ b/Source/modules/app_banner/BeforeInstallPromptEventInit.idl
@@ -3,5 +3,5 @@
// found in the LICENSE file.
dictionary BeforeInstallPromptEventInit : EventInit {
- DOMString platform = "web";
+ sequence<DOMString> platforms;
};
« no previous file with comments | « Source/modules/app_banner/BeforeInstallPromptEvent.idl ('k') | Source/web/WebLocalFrameImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698