Chromium Code Reviews| Index: remoting/protocol/session.h |
| diff --git a/remoting/protocol/session.h b/remoting/protocol/session.h |
| index c9986ac2ca01c54fe647395ddd726c21b60d9480..3467acfeb2731165afdea84399ebbe4627ca5981 100644 |
| --- a/remoting/protocol/session.h |
| +++ b/remoting/protocol/session.h |
| @@ -73,7 +73,8 @@ class Session : public base::NonThreadSafe { |
| // single interface. |
| typedef base::Callback<void( |
| const std::string& channel_name, |
| - const net::IPEndPoint& end_point)> RouteChangeCallback; |
| + const net::IPEndPoint& end_point, |
|
Sergey Ulanov
2012/02/02 01:10:23
nit: here and in other files, s/end_point/remote_e
Lambros
2012/02/02 01:48:12
Done.
|
| + const net::IPEndPoint& local_end_point)> RouteChangeCallback; |
| // TODO(sergeyu): Specify connection error code when channel |
| // connection fails. |