Rename IsDevToolsOpened to IsDevToolsViewShowing.
This commit is contained in:
parent
7a5415a3b7
commit
b080e5c52d
10 changed files with 11 additions and 11 deletions
|
@ -166,7 +166,7 @@ void InspectableWebContentsViewLinux::CloseDevTools() {
|
|||
}
|
||||
}
|
||||
|
||||
bool InspectableWebContentsViewLinux::IsDevToolsOpened() {
|
||||
bool InspectableWebContentsViewLinux::IsDevToolsViewShowing() {
|
||||
auto devtools_web_contents =
|
||||
inspectable_web_contents()->devtools_web_contents();
|
||||
GtkWidget* devtools = devtools_web_contents->GetView()->GetNativeView();
|
||||
|
|
|
@ -18,7 +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 IsDevToolsViewShowing() OVERRIDE;
|
||||
virtual bool SetDockSide(const std::string& side) OVERRIDE;
|
||||
|
||||
InspectableWebContentsImpl* inspectable_web_contents() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue