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

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

Issue 2403413002: BeforeInstallPromptEvent.idl: userChoice returns AppBannerPromptResult. (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 042ea1792e5a309a39523ce7995aa60abc2e07b6..94adc2e7b5b94d9fdd869e693efd9b86abfc3292 100644
--- a/third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.idl
+++ b/third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.idl
@@ -6,6 +6,6 @@
Constructor(DOMString type, optional BeforeInstallPromptEventInit eventInitDict)
] interface BeforeInstallPromptEvent : Event {
readonly attribute sequence<DOMString> platforms;
- [CallWith=ScriptState] readonly attribute Promise<DOMString> userChoice;
+ [CallWith=ScriptState] readonly attribute Promise<AppBannerPromptResult> userChoice;
[CallWith=ScriptState] Promise<void> prompt();
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698