| Index: mojo/system/data_pipe.h
|
| diff --git a/mojo/system/data_pipe.h b/mojo/system/data_pipe.h
|
| index d544f878f05c046e3eed7546afaaae47120279af..a4a903b9df6441442a80ebfb8525c026583e64d6 100644
|
| --- a/mojo/system/data_pipe.h
|
| +++ b/mojo/system/data_pipe.h
|
| @@ -28,10 +28,9 @@ class WaiterList;
|
| class MOJO_SYSTEM_IMPL_EXPORT DataPipe :
|
| public base::RefCountedThreadSafe<DataPipe> {
|
| public:
|
| - // The default options to use for the constructor (and subclasses'
|
| - // constructors). (Real uses should obtain this via |ValidateCreateOptions()|
|
| - // with a null |in_options|; this is exposed directly for testing
|
| - // convenience.)
|
| + // The default options for |MojoCreateDataPipe()|. (Real uses should obtain
|
| + // this via |ValidateCreateOptions()| with a null |in_options|; this is
|
| + // exposed directly for testing convenience.)
|
| static const MojoCreateDataPipeOptions kDefaultCreateOptions;
|
|
|
| // Validates and/or sets default options for |MojoCreateDataPipeOptions|. If
|
|
|