Index: third_party/WebKit/public/web/WebLocalFrame.h |
diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h |
index 69940c6f0432a1a77dcfec87fd7dd47e04b2459d..b003d3a65d3acb5a1d5af77b6d85e1961bd9d384 100644 |
--- a/third_party/WebKit/public/web/WebLocalFrame.h |
+++ b/third_party/WebKit/public/web/WebLocalFrame.h |
@@ -313,6 +313,9 @@ class WebLocalFrame : public WebFrame { |
const WebVector<WebString>& platforms, |
WebAppBannerPromptReply*) = 0; |
+ // Notifies that the web application has been installed. |
+ virtual void onAppInstalled() = 0; |
+ |
// Image reload ----------------------------------------------------------- |
// If the provided node is an image, reload the image disabling Lo-Fi. |