| 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
|
|
|