commit | 902de4dedd182e175a270d68f962961ac99c729e | [log] [tgz] |
---|---|---|
author | Joshua Pawlicki <[email protected]> | Tue Nov 05 20:55:27 2019 |
committer | Commit Bot <[email protected]> | Tue Nov 05 20:55:27 2019 |
tree | 3fe412f1ce369cc9944048cb88f9b22f3faedb91 | |
parent | 88b572e5e2e29fd166092f76de9c5cc9e83c921a [diff] [blame] |
Simplify some of the callbacks in the update_client network interface. Bug: 1020650 Change-Id: I4baa0a0612afb24689854f7109a65b7772a64b88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895165 Commit-Queue: Joshua Pawlicki <[email protected]> Reviewed-by: Sorin Jianu <[email protected]> Cr-Commit-Position: refs/heads/master@{#712743}
diff --git a/components/update_client/request_sender.h b/components/update_client/request_sender.h index 7b9e21b..cc568fd 100644 --- a/components/update_client/request_sender.h +++ b/components/update_client/request_sender.h
@@ -65,9 +65,7 @@ // Decodes and returns the public key used by CUP. static std::string GetKey(const char* key_bytes_base64); - void OnResponseStarted(const GURL& final_url, - int response_code, - int64_t content_length); + void OnResponseStarted(int response_code, int64_t content_length); void OnNetworkFetcherComplete(const GURL& original_url, std::unique_ptr<std::string> response_body,