commit | aa27866ffee152f4c9bc36723c4f722cff0d3944 | [log] [tgz] |
---|---|---|
author | Takashi Toyoshima <[email protected]> | Mon Nov 20 11:11:26 2017 |
committer | Commit Bot <[email protected]> | Mon Nov 20 11:11:26 2017 |
tree | 6c0f43da562065a91bdebe5a13b295626062a0bb | |
parent | ef11aff0688d84898e71c7d6021f0e51109d416e [diff] |
Rename network::URLLoaderStatus to network::URLLoaderCompletionStatus URLLoaderStatus is used in URLLoaderClient::OnComplete to notify the loader's completion status. In comparison with other types used in other callback arguments in URLLoaderClient, the name "URLLoaderStatus" is too generic, and does not explain what it actually represents. This patch renames it to URLLoaderCompletionStatus. Since the native struct was named as ResourceRequestCompletionStatus, it should sound reasonable. Bug: 736308 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: Ic6aea2a31fab18f102d2f7f56183eaa016e07583 Reviewed-on: https://chromium-review.googlesource.com/776016 Commit-Queue: Takashi Toyoshima <[email protected]> Reviewed-by: Mike West <[email protected]> Reviewed-by: John Abd-El-Malek <[email protected]> Cr-Commit-Position: refs/heads/master@{#517794}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .