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

Unified Diff: third_party/WebKit/public/platform/modules/app_banner/app_banner.mojom

Issue 2910363002: Propagate a user gesture bit for beforeinstallprompt.prompt() (Closed)
Patch Set: Created 3 years, 7 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 | « third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/modules/app_banner/app_banner.mojom
diff --git a/third_party/WebKit/public/platform/modules/app_banner/app_banner.mojom b/third_party/WebKit/public/platform/modules/app_banner/app_banner.mojom
index b0fd835d44dd754222bc17b26a23926634b739db..c2cd2c3bf47710fa8fa8120e6db1f4e788322c84 100644
--- a/third_party/WebKit/public/platform/modules/app_banner/app_banner.mojom
+++ b/third_party/WebKit/public/platform/modules/app_banner/app_banner.mojom
@@ -24,5 +24,5 @@ interface AppBannerEvent {
interface AppBannerService {
// The renderer asks the browser to display a previously offered app banner.
- DisplayAppBanner();
+ DisplayAppBanner(bool user_gesture);
};
« no previous file with comments | « third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698