diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-24 21:08:35 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-24 21:08:35 +0000 |
commit | 8922bdbce7e19faf46604138b6bf0e5276f1db3c (patch) | |
tree | 74cc718706f2dcee7cd4eff96f507dbcb2db472b /remoting/protocol/stream_writer.h | |
parent | 476f1c53ebdd8a5ddcadef5c34123f5492887176 (diff) | |
download | chromium_src-8922bdbce7e19faf46604138b6bf0e5276f1db3c.zip chromium_src-8922bdbce7e19faf46604138b6bf0e5276f1db3c.tar.gz chromium_src-8922bdbce7e19faf46604138b6bf0e5276f1db3c.tar.bz2 |
Implemented chromotocol configuration negotiation.
Renamed "events" to "event".
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/3988002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63693 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol/stream_writer.h')
-rw-r--r-- | remoting/protocol/stream_writer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/protocol/stream_writer.h b/remoting/protocol/stream_writer.h index 4bc2b76..cc1c4b1 100644 --- a/remoting/protocol/stream_writer.h +++ b/remoting/protocol/stream_writer.h @@ -34,7 +34,7 @@ class StreamWriterBase { scoped_refptr<BufferedSocketWriter> buffered_writer_; }; -class EventsStreamWriter : public StreamWriterBase { +class EventStreamWriter : public StreamWriterBase { public: // Sends the |message| or returns false if called before Init(). // Can be called on any thread. |