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

Unified Diff: third_party/WebKit/Source/modules/presentation/PresentationReceiver.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
Index: third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
diff --git a/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h b/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
index c59d67c62ab460277e7f80892ff870f16550accc..60d9c00be89de81955afb7441956238b66cb7cef 100644
--- a/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
+++ b/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
@@ -43,7 +43,7 @@ class MODULES_EXPORT PresentationReceiver final
ScriptPromise connectionList(ScriptState*);
// Implementation of WebPresentationController.
- void onReceiverConnectionAvailable(
+ WebPresentationConnection* onReceiverConnectionAvailable(
const WebPresentationSessionInfo&) override;
void registerConnection(PresentationConnection*);

Powered by Google App Engine
This is Rietveld 408576698