Chromium Code Reviews| Index: chrome/browser/debugger/debugger_host_impl.h |
| =================================================================== |
| --- chrome/browser/debugger/debugger_host_impl.h (revision 15515) |
| +++ chrome/browser/debugger/debugger_host_impl.h (working copy) |
| @@ -34,8 +34,9 @@ |
| // Handles messages from debugger UI. |
| virtual void OnDebuggerHostMsg(const ListValue* args); |
| + virtual bool ShowWindow(); |
| + |
| private: |
| - |
| TabContents* GetTabContentsBeingDebugged() const; |
| scoped_refptr<DebuggerInputOutput> io_; |