Rename IsDevToolsOpened to IsDevToolsViewShowing.

This commit is contained in:
Cheng Zhao 2013-12-09 04:34:44 -08:00
parent 7a5415a3b7
commit b080e5c52d
10 changed files with 11 additions and 11 deletions

View file

@ -41,7 +41,7 @@ class InspectableWebContentsImpl :
virtual content::WebContents* GetWebContents() const OVERRIDE;
virtual void ShowDevTools() OVERRIDE;
virtual bool IsDevToolsOpened() OVERRIDE;
virtual bool IsDevToolsViewShowing() OVERRIDE;
content::WebContents* devtools_web_contents() {
return devtools_web_contents_.get();