Index: webkit/glue/devtools/debugger_agent_impl.h |
diff --git a/webkit/glue/devtools/debugger_agent_impl.h b/webkit/glue/devtools/debugger_agent_impl.h |
index 96400f82c1a976b53bd76122acfcbc9ecd190dee..46aa990faea1839e2fa04410dba13bf921fa57bb 100644 |
--- a/webkit/glue/devtools/debugger_agent_impl.h |
+++ b/webkit/glue/devtools/debugger_agent_impl.h |
@@ -38,14 +38,6 @@ class DebuggerAgentImpl : public DebuggerAgent { |
// DebuggerAgent implementation. |
virtual void GetContextId(); |
- virtual void StartProfiling(int flags); |
- |
- virtual void StopProfiling(int flags); |
- |
- virtual void GetActiveProfilerModules(); |
- |
- virtual void GetNextLogLines(); |
- |
void DebuggerOutput(const WebCore::String& out); |
void set_auto_continue_on_exception(bool auto_continue) { |
@@ -80,7 +72,6 @@ class DebuggerAgentImpl : public DebuggerAgent { |
WebKit::WebViewImpl* web_view_impl_; |
DebuggerAgentDelegate* delegate_; |
WebDevToolsAgentImpl* webdevtools_agent_; |
- int profiler_log_position_; |
bool auto_continue_on_exception_; |
}; |