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

Unified Diff: Source/web/WebLocalFrameImpl.h

Issue 942913002: [AppBanner] Blink implementation of an event when an install banner is shown. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: review comments Created 5 years, 9 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 511b4c7c56249528bc421eabdddb6aa72f5d8f15..29b197bda78630172ef6b2b5d739aa22e060324c 100644
--- a/Source/web/WebLocalFrameImpl.h
+++ b/Source/web/WebLocalFrameImpl.h
@@ -235,6 +235,7 @@ public:
virtual void addStyleSheetByURL(const WebString& url) override;
virtual void navigateToSandboxedMarkup(const WebData& markup) override;
virtual void sendOrientationChangeEvent() override;
+ virtual void willShowInstallBannerPrompt(const WebString& platform, WebAppBannerPromptReply*) override;
void willDetachParent();

Powered by Google App Engine
This is Rietveld 408576698