chore: use consistent parameter names (#26162)

This commit is contained in:
David Sanders
2020-10-27 08:18:36 -07:00
committed by GitHub
parent 52fd855ad4
commit d8167ce138
12 changed files with 20 additions and 19 deletions

View File

@@ -122,7 +122,7 @@ class ProxyingWebSocket : public network::mojom::WebSocketHandshakeClient,
void PauseIncomingMethodCallProcessing();
void ResumeIncomingMethodCallProcessing();
void OnError(int result);
void OnError(int error_code);
// This is used for detecting errors on mojo connection with the network
// service.
void OnMojoConnectionErrorWithCustomReason(uint32_t custom_reason,