[DevTools] Make TetheringHandler operate on UI thread.
commitf6db8dde0be0ab299375c10091ee61635c9ae9dc
authordgozman <dgozman@chromium.org>
Fri, 3 Oct 2014 13:41:05 +0000 (3 06:41 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 3 Oct 2014 13:41:20 +0000 (3 13:41 +0000)
tree1cb2c9b68ba17be4783486a9b456cced6f6c38aa
parent13cabc71d6358f3cf0b6b1e52a2be210bf5b4b14
[DevTools] Make TetheringHandler operate on UI thread.

Tethering handler now has all public methods working on UI thread.
This allows to remove thread-handling in DevToolsBrowserTarget and move
it to the unified protocol handler implementation.

BUG=405566

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

Cr-Commit-Position: refs/heads/master@{#298028}
content/browser/devtools/devtools_http_handler_impl.cc
content/browser/devtools/tethering_handler.cc
content/browser/devtools/tethering_handler.h