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

Unified Diff: Source/web/WebLocalFrameImpl.h

Issue 1089813002: Change beforeinstallprompt event to take an array of platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update test expectations Created 5 years, 8 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/BeforeInstallPromptEventInit.idl ('k') | Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebLocalFrameImpl.h
diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
index 5e1a14d4fc0120a4a6dd30d6402d949c084aeb54..e219c5a1d5c7349bb1f66c50801a4502ce0ed4bc 100644
--- a/Source/web/WebLocalFrameImpl.h
+++ b/Source/web/WebLocalFrameImpl.h
@@ -243,6 +243,7 @@ public:
virtual void addStyleSheetByURL(const WebString& url) override;
virtual void navigateToSandboxedMarkup(const WebData& markup) override;
virtual void sendOrientationChangeEvent() override;
+ virtual void willShowInstallBannerPrompt(const WebVector<WebString>& platforms, WebAppBannerPromptReply*) override;
virtual void willShowInstallBannerPrompt(const WebString& platform, WebAppBannerPromptReply*) override;
void requestRunTask(WebSuspendableTask*) const override;
« no previous file with comments | « Source/modules/app_banner/BeforeInstallPromptEventInit.idl ('k') | Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698