Index: chrome/browser/debugger/debugger_host.h |
=================================================================== |
--- chrome/browser/debugger/debugger_host.h (revision 15515) |
+++ chrome/browser/debugger/debugger_host.h (working copy) |
@@ -34,6 +34,10 @@ |
// Handles messages from debugger UI. |
virtual void OnDebuggerHostMsg(const ListValue* args) {} |
+ |
+ // Shows the debugger UI and returns true if it has any. |
+ virtual bool ShowWindow() { return false; } |
+ |
private: |
DISALLOW_COPY_AND_ASSIGN(DebuggerHost); |