From 86f0eba9a390133ff288fe1f5e01b10dfa33784f Mon Sep 17 00:00:00 2001 From: "simonmorris@chromium.org" Date: Fri, 13 Jan 2012 05:06:54 +0000 Subject: The chromoting IT2Me host logs connection data to the cloud. BUG=106208 TEST=none Review URL: http://codereview.chromium.org/9187022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117611 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/host/log_to_server.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'remoting/host/log_to_server.h') diff --git a/remoting/host/log_to_server.h b/remoting/host/log_to_server.h index 3c65dfd..4d5d77d7 100644 --- a/remoting/host/log_to_server.h +++ b/remoting/host/log_to_server.h @@ -28,6 +28,8 @@ class ChromotingHost; class IqSender; // LogToServer sends log entries to a server. +// The contents of the log entries are described in server_log_entry.cc. +// They do not contain any personally identifiable information. class LogToServer : public base::NonThreadSafe, public HostStatusObserver, public SignalStrategy::Listener { -- cgit v1.1