Index: third_party/WebKit/Source/core/frame/LocalFrame.cpp |
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.cpp b/third_party/WebKit/Source/core/frame/LocalFrame.cpp |
index eff2a0ca095333329cdc9880221ce0fc37ee5136..ac23b156c513d1c0c58b9280087f5edd92b96516 100644 |
--- a/third_party/WebKit/Source/core/frame/LocalFrame.cpp |
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.cpp |
@@ -861,6 +861,10 @@ bool LocalFrame::shouldThrottleRendering() const { |
return view() && view()->shouldThrottleRendering(); |
} |
+void LocalFrame::onAppInstalled() { |
+ m_domWindow->dispatchEvent(Event::create(EventTypeNames::appinstalled)); |
+} |
+ |
inline LocalFrame::LocalFrame(FrameLoaderClient* client, |
FrameHost* host, |
FrameOwner* owner, |