diff options
Diffstat (limited to 'net/http/http_network_transaction.h')
-rw-r--r-- | net/http/http_network_transaction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h index 2c4bd93..c098d75 100644 --- a/net/http/http_network_transaction.h +++ b/net/http/http_network_transaction.h @@ -142,7 +142,7 @@ class NET_EXPORT_PRIVATE HttpNetworkTransaction STATE_NONE }; - bool is_https_request() const; + bool IsSecureRequest() const; // Returns true if the request is using an HTTP(S) proxy without being // tunneled via the CONNECT method. |