Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(335)

Unified Diff: content/browser/debugger/devtools_window.h

Issue 7257002: DevTools: handle docked window close in DevToolsWindow, not DevToolsManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/debugger/devtools_manager.cc ('k') | content/browser/debugger/devtools_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_; }
« no previous file with comments | « content/browser/debugger/devtools_manager.cc ('k') | content/browser/debugger/devtools_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698