• felt's avatar
    Dismiss permission bubble request if it's a duplicate · 5d8a530b
    felt authored
    Currently seeing a crash when two iframes from the same origin request the
    same permission. The issue arises because they have the same ID and therefore
    the same entry in the hash map, which makes the request_ptr destruct. This CL
    cancels the second (redundant) permission request.
    
    BUG=433877
    
    Review URL: https://codereview.chromium.org/799783002
    
    Cr-Commit-Position: refs/heads/master@{#313673}
    5d8a530b
permission_context_base.cc 8.41 KB