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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrame.h

Issue 2379923002: Implement "appinstalled" event on Android. (Closed)
Patch Set: Respond to review / fix compile. Created 4 years 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/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();

Powered by Google App Engine
This is Rietveld 408576698