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

Unified Diff: content/renderer/presentation/test_presentation_connection.cc

Issue 2471573005: [Presentation API] (5th) (1-UA) integrate controller and receiver side for 1-UA messaging (Closed)
Patch Set: merge with master Created 3 years, 10 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: content/renderer/presentation/test_presentation_connection.cc
diff --git a/content/renderer/presentation/test_presentation_connection.cc b/content/renderer/presentation/test_presentation_connection.cc
index 39350bd9093ae8e52a0e96f006ad1391eacd4140..a47460951d8b813932537d9b7d5cfbd6e8422088 100644
--- a/content/renderer/presentation/test_presentation_connection.cc
+++ b/content/renderer/presentation/test_presentation_connection.cc
@@ -19,4 +19,8 @@ void TestPresentationConnection::bindProxy(
proxy_ = std::move(proxy);
}
+blink::WebPresentationConnectionProxy* TestPresentationConnection::proxy() {
+ return proxy_.get();
+}
+
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698