| Index: content/renderer/presentation/test_presentation_connection.h
|
| diff --git a/content/renderer/presentation/test_presentation_connection.h b/content/renderer/presentation/test_presentation_connection.h
|
| index b7518b68870014c6f4cd644b15f86ae697dc1388..16ba3cdd1517b275754580fdfd80f59e80b03dab 100644
|
| --- a/content/renderer/presentation/test_presentation_connection.h
|
| +++ b/content/renderer/presentation/test_presentation_connection.h
|
| @@ -25,8 +25,6 @@
|
| void(const uint8_t* data, size_t length));
|
| MOCK_METHOD1(didChangeState, void(blink::WebPresentationConnectionState));
|
|
|
| - blink::WebPresentationConnectionProxy* proxy();
|
| -
|
| private:
|
| std::unique_ptr<blink::WebPresentationConnectionProxy> proxy_;
|
| };
|
|
|