Remove trailing space
This commit is contained in:
parent
bf99380c5d
commit
a9a5765544
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class InspectableWebContentsImpl :
|
||||||
bool IsDevToolsViewShowing() override;
|
bool IsDevToolsViewShowing() override;
|
||||||
void AttachTo(const scoped_refptr<content::DevToolsAgentHost>&) override;
|
void AttachTo(const scoped_refptr<content::DevToolsAgentHost>&) override;
|
||||||
|
|
||||||
void Detach();
|
void Detach();
|
||||||
|
|
||||||
// Return the last position and size of devtools window.
|
// Return the last position and size of devtools window.
|
||||||
gfx::Rect GetDevToolsBounds() const;
|
gfx::Rect GetDevToolsBounds() const;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue