summaryrefslogtreecommitdiffstats
path: root/device/media_transfer_protocol
diff options
context:
space:
mode:
authoryzshen <yzshen@chromium.org>2016-02-12 17:10:46 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-13 01:13:27 +0000
commit48f0c963ba40f0b3b7768c9d7f36bd51346ebeb5 (patch)
treee3b4d4f5458bb914cf6798eece128b3608055535 /device/media_transfer_protocol
parent07eb2f07100d7439592d80471454b8e2ecb83388 (diff)
downloadchromium_src-48f0c963ba40f0b3b7768c9d7f36bd51346ebeb5.zip
chromium_src-48f0c963ba40f0b3b7768c9d7f36bd51346ebeb5.tar.gz
chromium_src-48f0c963ba40f0b3b7768c9d7f36bd51346ebeb5.tar.bz2
Mojo C++ bindings: make Array/Map/String non-null by default.
Array<X> a; // Default construct an empty array. Array<X> b(nullptr); // Construct a null array. a.clear(); // Set to an empty array. a = nullptr; // Set to a null array. BUG=579634 TEST=None Review URL: https://codereview.chromium.org/1693943002 Cr-Commit-Position: refs/heads/master@{#375304}
Diffstat (limited to 'device/media_transfer_protocol')
0 files changed, 0 insertions, 0 deletions