mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: use consistent integer type for request ID (#29540)
This commit is contained in:
@@ -36,7 +36,7 @@ ProxyingURLLoaderFactory::InProgressRequest::FollowRedirectParams::
|
||||
|
||||
ProxyingURLLoaderFactory::InProgressRequest::InProgressRequest(
|
||||
ProxyingURLLoaderFactory* factory,
|
||||
int64_t web_request_id,
|
||||
uint64_t web_request_id,
|
||||
int32_t view_routing_id,
|
||||
int32_t frame_routing_id,
|
||||
int32_t network_service_request_id,
|
||||
|
||||
@@ -53,7 +53,7 @@ class ProxyingURLLoaderFactory
|
||||
// For usual requests
|
||||
InProgressRequest(
|
||||
ProxyingURLLoaderFactory* factory,
|
||||
int64_t web_request_id,
|
||||
uint64_t web_request_id,
|
||||
int32_t view_routing_id,
|
||||
int32_t frame_routing_id,
|
||||
int32_t network_service_request_id,
|
||||
|
||||
Reference in New Issue
Block a user