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

Unified Diff: third_party/WebKit/Source/modules/presentation/PresentationController.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/PresentationController.h
diff --git a/third_party/WebKit/Source/modules/presentation/PresentationController.h b/third_party/WebKit/Source/modules/presentation/PresentationController.h
index a6ac96d1d6b39eca065ac97e78b3bb6b4993c2dc..88afa404480ddb9b41a4627af94ad13f56076374 100644
--- a/third_party/WebKit/Source/modules/presentation/PresentationController.h
+++ b/third_party/WebKit/Source/modules/presentation/PresentationController.h
@@ -45,7 +45,8 @@ class MODULES_EXPORT PresentationController final
DECLARE_VIRTUAL_TRACE();
// Implementation of WebPresentationController.
- void didStartDefaultSession(const WebPresentationSessionInfo&) override;
+ WebPresentationConnection* didStartDefaultSession(
+ const WebPresentationSessionInfo&) override;
void didChangeSessionState(const WebPresentationSessionInfo&,
WebPresentationConnectionState) override;
void didCloseConnection(const WebPresentationSessionInfo&,

Powered by Google App Engine
This is Rietveld 408576698