| Index: net/http/http_network_transaction.h
|
| diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h
|
| index 5ea399907b1671371204e895995445719dd6abb8..ed4597d94fae9940384f14bf957581e22efd452e 100644
|
| --- a/net/http/http_network_transaction.h
|
| +++ b/net/http/http_network_transaction.h
|
| @@ -239,7 +239,7 @@ class NET_EXPORT_PRIVATE HttpNetworkTransaction
|
| void ResetStateForAuthRestart();
|
|
|
| // Records metrics relating to SSL fallbacks.
|
| - void RecordSSLFallbackMetrics();
|
| + void RecordSSLFallbackMetrics(int result);
|
|
|
| // Returns true if we should try to add a Proxy-Authorization header
|
| bool ShouldApplyProxyAuth() const;
|
|
|