diff options
Diffstat (limited to 'chrome/browser/debugger/debugger_host_impl.cpp')
-rw-r--r-- | chrome/browser/debugger/debugger_host_impl.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/debugger/debugger_host_impl.cpp b/chrome/browser/debugger/debugger_host_impl.cpp index c9bfa21..09b4e24 100644 --- a/chrome/browser/debugger/debugger_host_impl.cpp +++ b/chrome/browser/debugger/debugger_host_impl.cpp @@ -183,3 +183,8 @@ TabContents* DebuggerHostImpl::GetTabContentsBeingDebugged() const { return NULL; } } + +bool DebuggerHostImpl::ShowWindow() { + return io_->ShowWindow(); +} + |