Index: blimp/net/thread_pipe_manager.h |
diff --git a/blimp/net/thread_pipe_manager.h b/blimp/net/thread_pipe_manager.h |
index 01ec7d3e1649cdbff41e606a53dec463bd66e68c..7bda31e72359866edf038b39bfea3ea791430a5f 100644 |
--- a/blimp/net/thread_pipe_manager.h |
+++ b/blimp/net/thread_pipe_manager.h |
@@ -39,10 +39,11 @@ class BLIMP_NET_EXPORT ThreadPipeManager { |
~ThreadPipeManager(); |
// Registers a message processor |incoming_processor| which will receive all |
- // messages of the |type| specified. Returns a BlimpMessageProcessor object |
+ // messages of the |feature_case| specified. Returns a BlimpMessageProcessor |
+ // object |
// for sending messages of type |type|. |
Kevin M
2016/05/20 18:28:16
"type"... update comment
shaktisahu
2016/05/20 22:29:42
Done.
|
std::unique_ptr<BlimpMessageProcessor> RegisterFeature( |
- BlimpMessage::Type type, |
+ BlimpMessage::FeatureCase feature_case, |
BlimpMessageProcessor* incoming_processor); |
private: |