• Aaron Colwell's avatar
    Change UnmatchedServiceWorkerProcessTracker to handle default SiteInstance. · 0447cd04
    Aaron Colwell authored
    - Added code that enables the default SiteInstance to use an unmatched
      service worker process for a site that is handled by the default SiteInstance.
    - Remove default SiteInstance specific conditions from tests that were
      testing process reuse and unmatched service worker process behavior.
    - Added code to BrowsingInstance that tracks what site URLs are associated
      with its default SiteInstance. This allows process reuse to be constrained
      to sites explicitly associated with a specific default SiteInstance.
    
    Bug: 958060
    Change-Id: I9ce95dbd5ecc192cba8cd4e6046787d248ff3532
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1668449Reviewed-by: default avatarCharlie Reis <creis@chromium.org>
    Commit-Queue: Aaron Colwell <acolwell@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#672681}
    0447cd04
browsing_instance.h 10.1 KB