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

Unified Diff: third_party/WebKit/Source/modules/presentation/ExistingPresentationConnectionCallbacks.cpp

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/ExistingPresentationConnectionCallbacks.cpp
diff --git a/third_party/WebKit/Source/modules/presentation/ExistingPresentationConnectionCallbacks.cpp b/third_party/WebKit/Source/modules/presentation/ExistingPresentationConnectionCallbacks.cpp
index 7d7a69e17d13079a106deb9ccdd7c850aa87fe22..c0c8fac422d89042df660e2427aa02e4c7e0eeeb 100644
--- a/third_party/WebKit/Source/modules/presentation/ExistingPresentationConnectionCallbacks.cpp
+++ b/third_party/WebKit/Source/modules/presentation/ExistingPresentationConnectionCallbacks.cpp
@@ -40,4 +40,9 @@ void ExistingPresentationConnectionCallbacks::onError(
NOTREACHED();
}
+WebPresentationConnection*
+ExistingPresentationConnectionCallbacks::getConnection() {
+ return m_connection.get();
+}
+
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698