| Index: cc/trees/threaded_channel.h
|
| diff --git a/cc/trees/threaded_channel.h b/cc/trees/threaded_channel.h
|
| index 5d10f4af5cdbfbd95ec824895fecc1f38a725e70..f593d6bb636e5c8c2b162c3b575da7b8ad2f2471 100644
|
| --- a/cc/trees/threaded_channel.h
|
| +++ b/cc/trees/threaded_channel.h
|
| @@ -132,9 +132,6 @@ class CC_EXPORT ThreadedChannel : public ChannelMain, public ChannelImpl {
|
| void BeginMainFrame(
|
| scoped_ptr<BeginMainFrameAndCommitState> begin_main_frame_state) override;
|
|
|
| - // Should be called on impl thread only.
|
| - ProxyImpl* GetProxyImplForTesting() const;
|
| -
|
| protected:
|
| ThreadedChannel(ProxyMain* proxy_main,
|
| TaskRunnerProvider* task_runner_provider);
|
|
|