Enable setting devtools to not able to dock

This commit is contained in:
Cheng Zhao 2014-11-03 21:32:11 +08:00
parent 2bbfdea8bb
commit 74025ee985
3 changed files with 15 additions and 3 deletions

View file

@ -22,6 +22,7 @@ class InspectableWebContents {
virtual InspectableWebContentsView* GetView() const = 0;
virtual content::WebContents* GetWebContents() const = 0;
virtual void SetCanDock(bool can_dock) = 0;
virtual void ShowDevTools() = 0;
// Close the DevTools completely instead of just hide it.
virtual void CloseDevTools() = 0;