• reillyg's avatar
    Add PermissionDescriptor to the permissions Mojo interface. · dc5d9051
    reillyg authored
    A permission descriptor is a structure describing a permission that an
    origin may request. Most permissions are only identified by their names
    but some have additional parameters. For example, a Bluetooth device
    permission may include the MAC address of the device (or other unique
    identifier) so that the permission applies to only the device selected
    by the user through some sort of chooser interface.
    
    BUG=638721
    
    Review-Url: https://codereview.chromium.org/2255933002
    Cr-Commit-Position: refs/heads/master@{#422744}
    dc5d9051
PermissionStatus.cpp 3.48 KB