• yurys@chromium.org's avatar
    DevTools: introduce DevToolsAgentHost · dfaa4753
    yurys@chromium.org authored
    We need an abstract interface that would encapsulate communication
    with inspected instance's DevTools agent. It is going to have different
    implementations at least for render views and shared workers. This
    patch leaves all methods on the DevToolsManager that accept inspected
    RenderViewHost just for convenience. Eventually DevToolsManager should
    operate in terms of DevToolsAgentHost and DevToolsClientHost only.
    
    BUG=None
    TEST=DevTools tests
    
    Review URL: http://codereview.chromium.org/7719026
    
    git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98552 0039d316-1c4b-4281-b951-d872f2087c98
    dfaa4753
devtools_manager.h 5.28 KB