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 fce55762b41d60740ebe853b59143a1b8a45b3a7..1301e1f96bd3e4e43bf6351fa1a618b15185d382 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, |