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

Unified Diff: public/web/WebFrameClient.h

Issue 832263007: Added plumbing for the availablechange event from Blink to WebPresentationClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added onClientDestroyed Created 5 years, 11 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 | « public/platform/WebPresentationController.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebFrameClient.h
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
index c94d0f25416bdb12f23aa5c66af5a0bb63de5267..688f237b5d78e4b589e21f3eebe52fc6387b430e 100644
--- a/public/web/WebFrameClient.h
+++ b/public/web/WebFrameClient.h
@@ -76,6 +76,7 @@ class WebServiceWorkerProvider;
class WebSocketHandle;
class WebPlugin;
class WebPluginPlaceholder;
+class WebPresentationClient;
class WebPushClient;
class WebRTCPeerConnectionHandler;
class WebScreenOrientationClient;
@@ -333,6 +334,12 @@ public:
virtual WebPushClient* pushClient() { return 0; }
+ // Presentation API ----------------------------------------------------
+
+ // Used to access the embedder for the Presentation API.
+ virtual WebPresentationClient* presentationClient() { return 0; }
+
+
// Editing -------------------------------------------------------------
// These methods allow the client to intercept and overrule editing
« no previous file with comments | « public/platform/WebPresentationController.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698