| Index: cc/test/proxy_impl_for_test.cc
|
| diff --git a/cc/test/proxy_impl_for_test.cc b/cc/test/proxy_impl_for_test.cc
|
| index c6fa58623792790b542e5c3727e73d75a4f476df..8329523d4166676701821468eb197ad632e8c9ac 100644
|
| --- a/cc/test/proxy_impl_for_test.cc
|
| +++ b/cc/test/proxy_impl_for_test.cc
|
| @@ -18,14 +18,6 @@ std::unique_ptr<ProxyImplForTest> ProxyImplForTest::Create(
|
| std::move(external_begin_frame_source)));
|
| }
|
|
|
| -bool ProxyImplForTest::HasCommitCompletionEvent() const {
|
| - return commit_completion_event_ != nullptr;
|
| -}
|
| -
|
| -bool ProxyImplForTest::GetNextCommitWaitsForActivation() const {
|
| - return next_commit_waits_for_activation_;
|
| -}
|
| -
|
| ProxyImplForTest::ProxyImplForTest(
|
| TestHooks* test_hooks,
|
| ChannelImpl* channel_impl,
|
|
|