Enable setting devtools to not able to dock
This commit is contained in:
parent
2bbfdea8bb
commit
74025ee985
3 changed files with 15 additions and 3 deletions
|
@ -44,6 +44,7 @@ class InspectableWebContentsImpl :
|
|||
InspectableWebContentsView* GetView() const override;
|
||||
content::WebContents* GetWebContents() const override;
|
||||
|
||||
void SetCanDock(bool can_dock) override;
|
||||
void ShowDevTools() override;
|
||||
void CloseDevTools() override;
|
||||
bool IsDevToolsViewShowing() override;
|
||||
|
@ -133,6 +134,7 @@ class InspectableWebContentsImpl :
|
|||
|
||||
DevToolsContentsResizingStrategy contents_resizing_strategy_;
|
||||
gfx::Rect devtools_bounds_;
|
||||
bool can_dock_;
|
||||
|
||||
scoped_ptr<DevToolsEmbedderMessageDispatcher> embedder_message_dispatcher_;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue