DataTypeManagerImpl: Replace "download" with "configure"
Many parts of DataTypeManagerImpl that talked about "downloading" actually had little to do with downloading (mainly, it was about calling ModelTypeConfigurer::ConfigureDataTypes(), which does the actual downloading). This CL replaces "download" with "configuration" in those places, to make clearer what's going on. In particular, StartNextDownload is renamed to StartNextConfiguration, and DownloadCompleted to ConfigurationCompleted. Bug: 1102837 Change-Id: Ibcdb85f9f1177689e05e915d597b4241576f3b32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2570370 Commit-Queue: Marc Treib <treib@chromium.org> Reviewed-by:Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#833305}
Showing
Please register or sign in to comment