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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.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/Source/web/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index db18736f5ee356986cd70bc3638c8fc22e199361..5472a905b8050072ce05bbe8d4e7d58663aca123 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -265,6 +265,7 @@ class WEB_EXPORT WebLocalFrameImpl final
void willShowInstallBannerPrompt(int requestId,
const WebVector<WebString>& platforms,
WebAppBannerPromptReply*) override;
+ void onAppInstalled() override;
WebSandboxFlags effectiveSandboxFlags() const override;
void forceSandboxFlags(WebSandboxFlags) override;
void requestRunTask(WebSuspendableTask*) const override;

Powered by Google App Engine
This is Rietveld 408576698