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

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

Issue 1735033004: Bindings and client interface for the IsAppInstalled API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix layout tests for real. Created 4 years, 10 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
« no previous file with comments | « third_party/WebKit/public/platform/modules/installedapp/WebRelatedApplication.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebFrameClient.h
diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
index e0578dc5fb4b828bc759731c50267e2ef041a896..0493b746bc2c5ac380cc2b736505ab4604d1fa06 100644
--- a/third_party/WebKit/public/web/WebFrameClient.h
+++ b/third_party/WebKit/public/web/WebFrameClient.h
@@ -75,6 +75,7 @@ class WebExternalPopupMenu;
class WebExternalPopupMenuClient;
class WebFormElement;
class WebGeolocationClient;
+class WebInstalledAppClient;
class WebMediaPlayerClient;
class WebMediaPlayerEncryptedMediaClient;
class WebMediaSession;
@@ -356,6 +357,10 @@ public:
// Used to access the embedder for the Presentation API.
virtual WebPresentationClient* presentationClient() { return 0; }
+ // InstalledApp API ----------------------------------------------------
+
+ // Used to access the embedder for the InstalledApp API.
+ virtual WebInstalledAppClient* installedAppClient() { return nullptr; }
// Editing -------------------------------------------------------------
« no previous file with comments | « third_party/WebKit/public/platform/modules/installedapp/WebRelatedApplication.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698