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

Unified Diff: third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.idl

Issue 2147933002: Remove AppBanner runtime flag (status=stable) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.idl
diff --git a/third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.idl b/third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.idl
index 691aa0c54f8c17d9688c09b995c88e6715e1c20c..042ea1792e5a309a39523ce7995aa60abc2e07b6 100644
--- a/third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.idl
+++ b/third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.idl
@@ -3,8 +3,7 @@
// found in the LICENSE file.
[
- Constructor(DOMString type, optional BeforeInstallPromptEventInit eventInitDict),
- RuntimeEnabled=AppBanner,
+ Constructor(DOMString type, optional BeforeInstallPromptEventInit eventInitDict)
] interface BeforeInstallPromptEvent : Event {
readonly attribute sequence<DOMString> platforms;
[CallWith=ScriptState] readonly attribute Promise<DOMString> userChoice;

Powered by Google App Engine
This is Rietveld 408576698