Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(878)

Unified Diff: remoting/protocol/protobuf_video_reader.h

Issue 7605018: Simplify channel creation callbacks in remoting::Session interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/protocol/protobuf_video_reader.h
diff --git a/remoting/protocol/protobuf_video_reader.h b/remoting/protocol/protobuf_video_reader.h
index 165a3a82e8f199e68117557c629683afd9991f46..a8d646c6a999137eb38931a7620a14bdeda5d328 100644
--- a/remoting/protocol/protobuf_video_reader.h
+++ b/remoting/protocol/protobuf_video_reader.h
@@ -30,7 +30,7 @@ class ProtobufVideoReader : public VideoReader {
const InitializedCallback& callback) OVERRIDE;
private:
- void OnChannelReady(const std::string& name, net::StreamSocket* socket);
+ void OnChannelReady(net::StreamSocket* socket);
void OnNewData(VideoPacket* packet, Task* done_task);
InitializedCallback initialized_callback_;

Powered by Google App Engine
This is Rietveld 408576698