0
Files
src/mojo
danakj 6ba4c1e61a Rename MOVE_ONLY_TYPE_WITH_MOVE_CONSTRUCTOR_FOR_CPP_03
This renames the macro to be more standard and express its intent and
relationship to DISALLOW_COPY_AND_ASSIGN. It renames the macro to
DISALLOW_COPY_AND_ASSIGN_WITH_MOVE_FOR_BIND, as it does what
the old DISALLOW_COPY_AND_ASSIGN does, but also whitelists the type
for Bind/Callback to try move it.

R=Nico
TBR=sky
BUG=561749

Review URL: https://codereview.chromium.org/1501793003

Cr-Commit-Position: refs/heads/master@{#363712}
2015-12-08 02:31:53 +00:00
..
2015-12-07 22:57:30 +00:00

Mojo

Mojo is an effort to extract a common platform out of Chrome's renderer and plugin processes that can support multiple types of sandboxed content, such as HTML, Pepper, or NaCl.