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

Unified Diff: public/platform/modules/app_banner/WebAppBannerClient.h

Issue 1160413004: Add hooks for BeforeInstallPromptEvent to be redispatched. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 | « Source/modules/app_banner/BeforeInstallPromptEvent.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/modules/app_banner/WebAppBannerClient.h
diff --git a/public/platform/modules/app_banner/WebAppBannerClient.h b/public/platform/modules/app_banner/WebAppBannerClient.h
index 57164c15b52ef7079d3f1c98746afcef22eb2e86..ea4a01eb06644b8247f0b017186f98cb6fdd7838 100644
--- a/public/platform/modules/app_banner/WebAppBannerClient.h
+++ b/public/platform/modules/app_banner/WebAppBannerClient.h
@@ -18,6 +18,9 @@ public:
// Ownership of the callbacks is transferred to the client.
virtual void registerBannerCallbacks(int requestId, WebAppBannerCallbacks*) = 0;
+
+ // Tell the client that the event is being redispatched.
+ virtual void showAppBanner(int requestId) { }
};
} // namespace blink
« no previous file with comments | « Source/modules/app_banner/BeforeInstallPromptEvent.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698