Description[Presentation API] Convert presentation.mojom to new wrapper types.
This converts presentation.mojom to use the new (std::) Mojo wrapper types:
mojo::String => std::string
mojo::Array => std::vector
No behavior changes should ensue.
Optional values are represented as base::Optional<Foo> with the new wrapper
types requiring some additional changes.
This work will simplify further changes for crbug.com/627655.
BUG=627655
Committed: https://crrev.com/59e7b40948030815a49af887b922b370ba048b8b
Cr-Commit-Position: refs/heads/master@{#408781}
Patch Set 1 #Patch Set 2 : Fix comments #
Total comments: 4
Patch Set 3 : Respond to dcheng@ comments #
Total comments: 11
Patch Set 4 : Respond to dcheng@ imcheng@ comments #
Total comments: 8
Patch Set 5 : Respond to dcheng@ comments #
Messages
Total messages: 18 (4 generated)
|