Make the devtools close button work

This commit is contained in:
Adam Roben 2013-03-27 10:59:40 -04:00
parent d20ecc0e2b
commit 001d0197de
4 changed files with 10 additions and 1 deletions

View file

@ -17,6 +17,7 @@ public:
virtual gfx::NativeView GetNativeView() const OVERRIDE;
virtual void ShowDevTools() OVERRIDE;
virtual void CloseDevTools() OVERRIDE;
InspectableWebContentsImpl* inspectable_web_contents() { return inspectable_web_contents_; }