• qyearsley's avatar
    Rename and refactor DownloadCurrentBuild and related functions. · 47279378
    qyearsley authored
    This CL renames a couple functions in order to try to more accurately reflect what they do:
      BuildCurrentRevision -> _ObtainBuild
      DownloadCurrentBuild -> _DownloadAndUnzipBuild
    
    This CL breaks two sub-functions out of DownloadCurrentBuild:
      _WaitForBuildDownload
      _UnzipAndMoveBuildProducts
    
    Note: Later, I plan to replace _GetBuildArchiveForRevision with fetch_build.FetchBuild, and possibly change _UnzipAndMoveBuildProducts so that it doesn't do unzipping, since unzipping is done in fetch_build.FetchBuild. Either that, or make it so that unzipping isn't done in that function.
    
    BUG=
    
    Review URL: https://codereview.chromium.org/664793002
    
    Cr-Commit-Position: refs/heads/master@{#301029}
    47279378
bisect_perf_regression.py 110 KB