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

Unified Diff: content/shell/test_runner/app_banner_service.cc

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
Index: content/shell/test_runner/app_banner_service.cc
diff --git a/content/shell/test_runner/app_banner_service.cc b/content/shell/test_runner/app_banner_service.cc
index f912715375b550f197af5b5f916a8d8e4e43a9fa..2437435a5fdea054227aa7875ea31e01740f8c0d 100644
--- a/content/shell/test_runner/app_banner_service.cc
+++ b/content/shell/test_runner/app_banner_service.cc
@@ -33,7 +33,7 @@ void AppBannerService::SendBannerPromptRequest(
base::Unretained(this), callback));
}
-void AppBannerService::DisplayAppBanner() { /* do nothing */
+void AppBannerService::DisplayAppBanner(bool user_gesture) { /* do nothing */
}
void AppBannerService::OnBannerPromptReply(

Powered by Google App Engine
This is Rietveld 408576698