Revert 248072 "It2me native messaging host: webapp implementation."
commit3e542567833e0eb609727135b52f300eefecdb13
authorxhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 31 Jan 2014 01:11:10 +0000 (31 01:11 +0000)
committerxhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 31 Jan 2014 01:11:10 +0000 (31 01:11 +0000)
tree5a89c1255618637a7dc8d520c74a396420127ebf
parent32cbcedadc438309dbe924e1744513b28b10de30
Revert 248072 "It2me native messaging host: webapp implementation."

> It2me native messaging host: webapp implementation.
>
> The webapp implementation of the it2me native messaging is based on the me2me couterpart. But I got rid of the per-message onDone/onError callbacks because unlike me2me, all requests to the it2me host are asynchronous: direct responses to all requests are meaningless. Only the asynchronous callbacks on host state change and nat policy update need to be processed.
>
> I verified that this is fully functional on Linux. Windows and Mac verification haven't been done and are planned after the linux work is completed.
>
> BUG=309844
>
> Review URL: https://codereview.chromium.org/138503009

TBR=weitaosu@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248096 0039d316-1c4b-4281-b951-d872f2087c98
12 files changed:
remoting/host/it2me/it2me_native_messaging_host_main.cc
remoting/host/plugin/host_script_object.cc
remoting/remoting_host.gypi
remoting/remoting_webapp_files.gypi
remoting/webapp/all_js_load.gtestjs
remoting/webapp/host_controller.js
remoting/webapp/host_it2me_dispatcher.js [deleted file]
remoting/webapp/host_it2me_native_messaging.js [deleted file]
remoting/webapp/host_screen.js
remoting/webapp/host_session.js
remoting/webapp/main.html
remoting/webapp/remoting.js