Implement IsDevToolsOpened for Linux.
This commit is contained in:
parent
de7892cd6e
commit
a8c5911094
2 changed files with 16 additions and 0 deletions
|
@ -18,6 +18,7 @@ class InspectableWebContentsViewLinux : public InspectableWebContentsView {
|
|||
virtual gfx::NativeView GetNativeView() const OVERRIDE;
|
||||
virtual void ShowDevTools() OVERRIDE;
|
||||
virtual void CloseDevTools() OVERRIDE;
|
||||
virtual bool IsDevToolsOpened() OVERRIDE;
|
||||
virtual bool SetDockSide(const std::string& side) OVERRIDE;
|
||||
|
||||
InspectableWebContentsImpl* inspectable_web_contents() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue