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

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: 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
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;

Powered by Google App Engine
This is Rietveld 408576698