Index: cc/trees/channel_main.h |
diff --git a/cc/trees/channel_main.h b/cc/trees/channel_main.h |
index 964d1aa5db913b3f1391f36e78807bf345bad37d..c4cdcc632d8a2be06133c95882afa4b162ed7405 100644 |
--- a/cc/trees/channel_main.h |
+++ b/cc/trees/channel_main.h |
@@ -23,7 +23,6 @@ class CC_EXPORT ChannelMain { |
public: |
// Interface for commands sent to the ProxyImpl |
virtual void SetThrottleFrameProductionOnImpl(bool throttle) = 0; |
- virtual void SetLayerTreeHostClientReadyOnImpl() = 0; |
virtual ~ChannelMain() {} |
}; |