| Index: content/browser/debugger/devtools_window.h
|
| diff --git a/content/browser/debugger/devtools_window.h b/content/browser/debugger/devtools_window.h
|
| index 08a8b6d35414746e957285a71dd4fc1f5268e291..744d1d334eaf8508c7aa7a8ad8b1a24b5b23a41f 100644
|
| --- a/content/browser/debugger/devtools_window.h
|
| +++ b/content/browser/debugger/devtools_window.h
|
| @@ -45,6 +45,7 @@ class DevToolsWindow
|
| void Show(DevToolsToggleAction action);
|
| void Activate();
|
| void SetDocked(bool docked);
|
| + void Close();
|
| RenderViewHost* GetRenderViewHost();
|
|
|
| TabContentsWrapper* tab_contents() { return tab_contents_; }
|
|
|