No need to remember dock state.

All devtools states are remembered by devtools itself now.
This commit is contained in:
Cheng Zhao 2014-07-02 16:48:54 +08:00
parent 7a2dc3fc4f
commit 1722532e6d
2 changed files with 0 additions and 10 deletions

View file

@ -105,7 +105,6 @@ class InspectableWebContentsImpl :
scoped_ptr<InspectableWebContentsView> view_;
scoped_refptr<content::DevToolsAgentHost> agent_host_;
bool is_docked_;
DevToolsContentsResizingStrategy contents_resizing_strategy_;
scoped_ptr<DevToolsEmbedderMessageDispatcher> embedder_message_dispatcher_;