Index: content/renderer/devtools_agent_filter.h |
diff --git a/content/renderer/devtools_agent_filter.h b/content/renderer/devtools_agent_filter.h |
index 6284b6a8ff62b9cd61a5ad64ce8fc0f39d09aafa..217827e36d311808c9dccf7663cdf8506458defb 100644 |
--- a/content/renderer/devtools_agent_filter.h |
+++ b/content/renderer/devtools_agent_filter.h |
@@ -33,11 +33,6 @@ class DevToolsAgentFilter : public IPC::ChannelProxy::MessageFilter { |
virtual void OnFilterAdded(IPC::Channel* channel) OVERRIDE; |
- static void DispatchMessageLoop(); |
- |
- // OnDebuggerCommand will be executed in the IO thread so that we can |
- // handle debug messages even when v8 is stopped. |
- void OnDebuggerCommand(const std::string& command); |
void OnDispatchOnInspectorBackend(const std::string& message); |
bool message_handled_; |