summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_network_transaction.h')
-rw-r--r--net/http/http_network_transaction.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h
index 414b1f9..00e9a65 100644
--- a/net/http/http_network_transaction.h
+++ b/net/http/http_network_transaction.h
@@ -138,6 +138,8 @@ class HttpNetworkTransaction : public HttpTransaction,
int DoDrainBodyForAuthRestart();
int DoDrainBodyForAuthRestartComplete(int result);
+ void BuildRequestHeaders(bool using_proxy);
+
// Record histogram of time until first byte of header is received.
void LogTransactionConnectedMetrics();