Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: content/renderer/devtools_agent_filter.h

Issue 8635005: DevTools: remove support for legacy remote debugger (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed tests compilation Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/devtools_agent.cc ('k') | content/renderer/devtools_agent_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « content/renderer/devtools_agent.cc ('k') | content/renderer/devtools_agent_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698