| Index: mojo/edk/system/local_data_pipe.h
|
| diff --git a/mojo/edk/system/local_data_pipe.h b/mojo/edk/system/local_data_pipe.h
|
| index 8a46c52ec8b1dc9f053ecbdad5f0969af2d0179f..c98cb7e65e37b3290d84bb5ddf311ffd1220877a 100644
|
| --- a/mojo/edk/system/local_data_pipe.h
|
| +++ b/mojo/edk/system/local_data_pipe.h
|
| @@ -48,7 +48,8 @@ class MOJO_SYSTEM_IMPL_EXPORT LocalDataPipe : public DataPipe {
|
| UserPointer<void> elements,
|
| UserPointer<uint32_t> num_bytes,
|
| uint32_t max_num_bytes_to_read,
|
| - uint32_t min_num_bytes_to_read) override;
|
| + uint32_t min_num_bytes_to_read,
|
| + bool peek) override;
|
| MojoResult ConsumerDiscardDataImplNoLock(
|
| UserPointer<uint32_t> num_bytes,
|
| uint32_t max_num_bytes_to_discard,
|
|
|