• David Jean's avatar
    [ios] add url loading service · c3289815
    David Jean authored
    Add an url_loading_service (and factory) that will handle all url loading and will pass on UI actions to a delegate (here implemented in BrowserCoordinator, which in turn passes it on to BVC)
    
    This will make chipping at URLLoader much easier.  The delegate api will change drastically in upcoming CL, as for now, it just reflects the current url load data structure and existing methods.
    
    Bug: 907527
    Change-Id: I6c72ad307d9e80249cac909149129dc593f9cbd1
    Reviewed-on: https://chromium-review.googlesource.com/c/1442715
    Commit-Queue: David Jean <djean@chromium.org>
    Reviewed-by: default avatarMark Cogan <marq@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#628273}
    c3289815
url_loading_util.mm 6.86 KB