diff options
author | lukasza <lukasza@chromium.org> | 2014-11-25 18:12:08 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-26 02:12:39 +0000 |
commit | e26be729f1e985e47deb1dc1667c6c77c46872f6 (patch) | |
tree | f95ba24963d65f3fab1375344eb9e8d656257543 /remoting/remoting_test.gypi | |
parent | 94bcaa5665f9ffdb4455d7638cca83ad5941aefd (diff) | |
download | chromium_src-e26be729f1e985e47deb1dc1667c6c77c46872f6.zip chromium_src-e26be729f1e985e47deb1dc1667c6c77c46872f6.tar.gz chromium_src-e26be729f1e985e47deb1dc1667c6c77c46872f6.tar.bz2 |
Reporting of policy errors via host-offline-reason: part 2
Removing host_status_sender.cc and moving this functionality into
heartbeat_sender.cc. This avoids multiple issues related to
duplicated code and functionality:
- primarily, this enables sequence-id-based signatures (which are
better than timestamp based signatures - they don't require the host
and the bot to have synchronized clocks) without having to maintain
a separate sequence id for host status messages.
- secondarily, this means we can avoid much code duplication (on the
client side, but mostly on the server side)
Note that server side currently doesn't handle host-status messages
that are being removed by this changelist.
Handling of host-offline-reason attribute being added by this
changelist needs to be added to server side. This is being tracked by
cr/78625042
BUG=410050
Review URL: https://codereview.chromium.org/719973002
Cr-Commit-Position: refs/heads/master@{#305756}
Diffstat (limited to 'remoting/remoting_test.gypi')
-rw-r--r-- | remoting/remoting_test.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi index 2893af6..b153dde 100644 --- a/remoting/remoting_test.gypi +++ b/remoting/remoting_test.gypi @@ -157,7 +157,6 @@ 'host/host_extension_session_manager_unittest.cc', 'host/host_mock_objects.cc', 'host/host_status_logger_unittest.cc', - 'host/host_status_sender_unittest.cc', 'host/ipc_desktop_environment_unittest.cc', 'host/it2me/it2me_native_messaging_host_unittest.cc', 'host/linux/audio_pipe_reader_unittest.cc', |