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

Unified Diff: third_party/WebKit/public/web/WebLocalFrame.h

Issue 2379923002: Implement "appinstalled" event on Android. (Closed)
Patch Set: Minor refactor. Created 4 years, 2 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: 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.

Powered by Google App Engine
This is Rietveld 408576698