Implement IsDevToolsOpened for Linux.

This commit is contained in:
Cheng Zhao 2013-12-08 23:11:29 -08:00
commit a8c5911094
2 changed files with 16 additions and 0 deletions

View file

@ -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() {