| Index: mojo/edk/system/channel.h
|
| diff --git a/mojo/edk/system/channel.h b/mojo/edk/system/channel.h
|
| index e0ecc3b7f6b39cdc41d8da685bb30a3f2a5b83ee..227d202229a49f236d5a1d93db1ccf6b284a5774 100644
|
| --- a/mojo/edk/system/channel.h
|
| +++ b/mojo/edk/system/channel.h
|
| @@ -139,7 +139,7 @@ class MOJO_SYSTEM_IMPL_EXPORT Channel
|
| void OnError(Error error) override;
|
|
|
| // Helpers for |OnReadMessage| (only called on the creation thread):
|
| - void OnReadMessageForDownstream(
|
| + void OnReadMessageForEndpoint(
|
| const MessageInTransit::View& message_view,
|
| embedder::ScopedPlatformHandleVectorPtr platform_handles);
|
| void OnReadMessageForChannel(
|
|
|