• dominickn's avatar
    Remove PermissionInfoBarDelegate from desktop builds. · 67e6efd2
    dominickn authored
    This CL compiles PermissionInfoBarDelegate only on Android. It also
    refactors the delegate subclasses to move their Create methods to
    PermissionInfoBarDelegate, simplifying the PermissionsQueueController.
    
    This refactor simplifies the work necessary to allow infobars to be
    switched out for modal permission prompt dialogs by centralising the
    delegate creation logic.
    
    BUG=658125
    
    Review-Url: https://codereview.chromium.org/2443463003
    Cr-Commit-Position: refs/heads/master@{#427202}
    67e6efd2
permission_queue_controller.cc 15.2 KB