Rename IsDevToolsOpened to IsDevToolsViewShowing.
This commit is contained in:
parent
7a5415a3b7
commit
b080e5c52d
10 changed files with 11 additions and 11 deletions
|
@ -22,7 +22,7 @@ class InspectableWebContents {
|
|||
virtual content::WebContents* GetWebContents() const = 0;
|
||||
|
||||
virtual void ShowDevTools() = 0;
|
||||
virtual bool IsDevToolsOpened() = 0;
|
||||
virtual bool IsDevToolsViewShowing() = 0;
|
||||
};
|
||||
|
||||
} // namespace brightray
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue