• kelvinp's avatar
    Fix unable to opt-in to crash reports & usage statistics from web-app · 2d1da95c
    kelvinp authored
    Cause:
    The crash opt-in setting is sometimes controlled by domain policy, which will
    prevent the user from enabling it.  However, this is not communicated to the
    user properly.
    
    Fix:
    - Shows a tooltip "This setting is controlled by your domain policy" if
      necessary.
    - Hides the check box if the domain doesn't allow usage stats collection
      as an empty disabled check box offers no value to the user.
    
    BUG=388864
    
    Review URL: https://codereview.chromium.org/898163002
    
    Cr-Commit-Position: refs/heads/master@{#315105}
    2d1da95c
host_setup_dialog.js 17 KB