summaryrefslogtreecommitdiffstats
path: root/chrome/browser/debugger/debugger_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/debugger/debugger_host.h')
-rw-r--r--chrome/browser/debugger/debugger_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/debugger/debugger_host.h b/chrome/browser/debugger/debugger_host.h
index bfb2efa..c008c30 100644
--- a/chrome/browser/debugger/debugger_host.h
+++ b/chrome/browser/debugger/debugger_host.h
@@ -27,7 +27,7 @@ class DebuggerHost : public base::RefCountedThreadSafe<DebuggerHost> {
virtual void OnDebugAttach() = 0;
// The renderer we're attached to is gone.
virtual void OnDebugDisconnect() = 0;
-
+
virtual void DidDisconnect() = 0;
virtual void DidConnect() {}
virtual void ProcessCommand(const std::wstring& data) {}