Sign in
chromium
/
chromium
/
src.git
/
695561b2bd2ef8c425fc42a4b0ddec3308e37c97
/
.
/
third_party
/
blink
/
renderer
/
core
/
mojo
/
mojo_write_data_options.idl
blob: 67fa570fd484380c830d40b2b6484d7d4573a48e [
file
] [
log
] [
blame
]
// Copyright 2017 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
MojoWriteDataOptions
{
boolean
allOrNone
=
false
;
};