diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-31 21:53:56 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-31 21:53:56 +0000 |
commit | ce1a3153eaf4b02ec7c45142a8af131fa4e1e654 (patch) | |
tree | 5b655e219cc1cb8a78326fdb83618366b9478327 /remoting/webapp/all_js_load.gtestjs | |
parent | c30e3db61cfbe5a9147760879bd4251ee6e81e80 (diff) | |
download | chromium_src-ce1a3153eaf4b02ec7c45142a8af131fa4e1e654.zip chromium_src-ce1a3153eaf4b02ec7c45142a8af131fa4e1e654.tar.gz chromium_src-ce1a3153eaf4b02ec7c45142a8af131fa4e1e654.tar.bz2 |
Revert 248255 "It2me native messaging host: webapp implementation."
This broke the official Mac builder. See the details in the original CL.
> 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
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=248072
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=248157
>
> Review URL: https://codereview.chromium.org/138503009
TBR=weitaosu@chromium.org
Review URL: https://codereview.chromium.org/143883015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248281 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp/all_js_load.gtestjs')
-rw-r--r-- | remoting/webapp/all_js_load.gtestjs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/remoting/webapp/all_js_load.gtestjs b/remoting/webapp/all_js_load.gtestjs index 0ab7cf8..7c72946 100644 --- a/remoting/webapp/all_js_load.gtestjs +++ b/remoting/webapp/all_js_load.gtestjs @@ -35,8 +35,6 @@ AllJsLoadTest.prototype = { 'host.js', 'host_controller.js', 'host_dispatcher.js', - 'host_it2me_dispatcher.js', - 'host_it2me_native_messaging.js', 'host_list.js', 'host_native_messaging.js', //'host_plugin_proto.js', // Only used by jscompiler |