pass the current dock state to devtools url when available

This commit is contained in:
deepak1556 2016-04-19 18:13:08 +05:30
parent aafc48ae2c
commit e858c0c6d2
3 changed files with 24 additions and 9 deletions

View file

@ -34,7 +34,7 @@ class InspectableWebContents {
virtual void SetDelegate(InspectableWebContentsDelegate* delegate) = 0;
virtual InspectableWebContentsDelegate* GetDelegate() const = 0;
virtual void SetCanDock(bool can_dock) = 0;
virtual void SetDockState(const std::string& state) = 0;
virtual void ShowDevTools() = 0;
virtual void CloseDevTools() = 0;
virtual bool IsDevToolsViewShowing() = 0;