• sammc's avatar
    Use unions for interface control messages. · f8af806e
    sammc authored
    Interface control messages were added before union support was ready so
    the structs used for messages manually imitate unions. Now that union
    support is ready, this workaround is no longer necessary and the structs
    used for interface control messages can contain unions of the possible
    message types.
    
    Review-Url: https://codereview.chromium.org/2277853003
    Cr-Commit-Position: refs/heads/master@{#414775}
    f8af806e
interface_control_messages.mojom 1.78 KB