Skip to content
  • peter's avatar
    Rename the DownloadService to DownloadCoreService · ccb33e88
    peter authored
    The class currently named DownloadService provides access to a number of
    internal details to the core of the download system in Chrome. While
    it's a service in that it's a KeyedService with a factory, it's not
    *the* service that services downloads.
    
    A new project has been started to add an actual download service, that
    enables different systems in Chrome to download files. That's the thing
    that really should be called DownloadService.
    
    BUG=
    
    Review-Url: https://codereview.chromium.org/2853363002
    Cr-Commit-Position: refs/heads/master@{#468729}
    ccb33e88