Chromium Code Reviews| Index: third_party/WebKit/Source/core/mojo/MojoCreateMessagePipeOptions.idl |
| diff --git a/third_party/WebKit/Source/core/mojo/MojoCreateMessagePipeOptions.idl b/third_party/WebKit/Source/core/mojo/MojoCreateMessagePipeOptions.idl |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..addd2baa0c3f224db08381a54f144d533770a9ba |
| --- /dev/null |
| +++ b/third_party/WebKit/Source/core/mojo/MojoCreateMessagePipeOptions.idl |
| @@ -0,0 +1,7 @@ |
| +// Copyright 2016 The Chromium Authors. All rights reserved. |
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +dictionary MojoCreateMessagePipeOptions { |
| + MojoCreateMessagePipeOptionsFlags flags; |
|
jbroman
2017/01/10 20:46:30
The webby way would be for the particular flags to
alokp
2017/01/11 21:53:01
Done.
|
| +}; |