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

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

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 | « chrome/browser/banners/app_banner_manager.cc ('k') | content/shell/test_runner/app_banner_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/test_runner/app_banner_service.h
diff --git a/content/shell/test_runner/app_banner_service.h b/content/shell/test_runner/app_banner_service.h
index 31a31133ac2f55869e3b829e3148f4aa5acbadd0..9e040d79e5fd2eb9e62dd775d4eb3ff8b4f2e50a 100644
--- a/content/shell/test_runner/app_banner_service.h
+++ b/content/shell/test_runner/app_banner_service.h
@@ -30,7 +30,7 @@ class TEST_RUNNER_EXPORT AppBannerService
const base::Callback<void(bool)>& callback);
// blink::mojom::AppBannerService overrides.
- void DisplayAppBanner() override;
+ void DisplayAppBanner(bool user_gesture) override;
private:
void OnBannerPromptReply(const base::Callback<void(bool)>& callback,
« no previous file with comments | « chrome/browser/banners/app_banner_manager.cc ('k') | content/shell/test_runner/app_banner_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698