Mandoline DevTools service: split up the DevToolsService class.
commit1b6797343bab734718a0c81136010863c0c56617
authoryzshen <yzshen@chromium.org>
Sat, 6 Jun 2015 01:05:28 +0000 (5 18:05 -0700)
committerCommit bot <commit-bot@chromium.org>
Sat, 6 Jun 2015 01:06:06 +0000 (6 01:06 +0000)
tree5c37d082d5ca727e175f992cf1f3027ad3a40e97
parenta20ef837ff3fd2e3772e91d69baf9afca29983a1
Mandoline DevTools service: split up the DevToolsService class.

The HTTP server and agent registry are moved into their own classes.

BUG=478249

Review URL: https://codereview.chromium.org/1158793005

Cr-Commit-Position: refs/heads/master@{#333193}
components/devtools_service/BUILD.gn
components/devtools_service/devtools_http_server.cc [copied from components/devtools_service/devtools_service.cc with 78% similarity]
components/devtools_service/devtools_http_server.h [copied from components/devtools_service/devtools_service.h with 52% similarity]
components/devtools_service/devtools_registry_impl.cc [new file with mode: 0644]
components/devtools_service/devtools_registry_impl.h [new file with mode: 0644]
components/devtools_service/devtools_service.cc
components/devtools_service/devtools_service.h
components/devtools_service/devtools_service_delegate.cc