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

Unified Diff: third_party/WebKit/public/platform/modules/presentation/WebPresentationReceiver.h

Issue 2471263003: [Presentation API] (4th)(1-UA blink side) Add WebPresentationConnection and WebPresentationConnecti… (Closed)
Patch Set: resolve code review comments from mlamouri Created 3 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 | « third_party/WebKit/public/platform/modules/presentation/WebPresentationController.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/platform/modules/presentation/WebPresentationReceiver.h
diff --git a/third_party/WebKit/public/platform/modules/presentation/WebPresentationReceiver.h b/third_party/WebKit/public/platform/modules/presentation/WebPresentationReceiver.h
index 15593441d1606fe1f67fcedd659b7d77feaf3033..0443b0eb49a4b1ddd7aec74fc12c2ecae183e7ed 100644
--- a/third_party/WebKit/public/platform/modules/presentation/WebPresentationReceiver.h
+++ b/third_party/WebKit/public/platform/modules/presentation/WebPresentationReceiver.h
@@ -10,6 +10,7 @@
namespace blink {
struct WebPresentationSessionInfo;
+class WebPresentationConnection;
// The delegate Blink provides to WebPresentationReceiverClient in order to get
// updates.
@@ -18,7 +19,7 @@ class BLINK_PLATFORM_EXPORT WebPresentationReceiver {
virtual ~WebPresentationReceiver() = default;
// Called when receiver page gets an incoming connection.
- virtual void onReceiverConnectionAvailable(
+ virtual WebPresentationConnection* onReceiverConnectionAvailable(
const WebPresentationSessionInfo&) = 0;
};
« no previous file with comments | « third_party/WebKit/public/platform/modules/presentation/WebPresentationController.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698