summaryrefslogtreecommitdiffstats
path: root/remoting/proto
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-18 01:31:43 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-18 01:31:43 +0000
commita07ef3d0c6638ded56f324d265b90c414e3c4bd2 (patch)
tree69a137c25f28eff2811537dc8133f9f00e7bf860 /remoting/proto
parent0b6fba80bd0159af9b1f0fa38e87c6c1cff768fd (diff)
downloadchromium_src-a07ef3d0c6638ded56f324d265b90c414e3c4bd2.zip
chromium_src-a07ef3d0c6638ded56f324d265b90c414e3c4bd2.tar.gz
chromium_src-a07ef3d0c6638ded56f324d265b90c414e3c4bd2.tar.bz2
Refactor channel dispatchers on the host side.
The new HostControlDispatcher manages reading and writing to and from control channel on the host side. Similarly HostEventDispatcher is responsible for reading and, in future, writing to and from the event channel. Review URL: http://codereview.chromium.org/8468022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110625 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/proto')
-rw-r--r--remoting/proto/control.proto3
1 files changed, 1 insertions, 2 deletions
diff --git a/remoting/proto/control.proto b/remoting/proto/control.proto
index a86ea5e..a36169e 100644
--- a/remoting/proto/control.proto
+++ b/remoting/proto/control.proto
@@ -14,8 +14,7 @@ package remoting.protocol;
// starts. Legacy clients expect to receive this message at the
// beginning of each session. Current clients ignore it.
//
-// TODO(sergeyu): Remove it once all clients are upgraded to the new
-// version.
+// TODO(sergeyu): Remove this message. See http://crbug.com/104670 .
message LocalLoginStatusDeprecated {
optional bool success = 1;
}