Index: third_party/WebKit/Source/core/frame/LocalFrame.h |
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h |
index c979b7b23e4bf5c673751fa8c342675890995f3b..d9724630f151ccd291887af22c2b9e11be6b4699 100644 |
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h |
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h |
@@ -209,6 +209,9 @@ class CORE_EXPORT LocalFrame final : public Frame, |
bool shouldThrottleRendering() const; |
+ // Notifies that the web application has been installed. |
+ void onAppInstalled(); |
+ |
// Returns the frame scheduler, creating one if needed. |
WebFrameScheduler* frameScheduler(); |
void scheduleVisualUpdateUnlessThrottled(); |