Index: net/http/http_transaction.h |
diff --git a/net/http/http_transaction.h b/net/http/http_transaction.h |
index c162b0125103e3af00b1473fdebb16b021f515e9..0c030ac1a2c3744aada380564a9c92a189d62efb 100644 |
--- a/net/http/http_transaction.h |
+++ b/net/http/http_transaction.h |
@@ -75,6 +75,9 @@ class NET_EXPORT_PRIVATE HttpTransaction { |
// restarts needed for authentication. |
virtual bool IsReadyToRestartForAuth() = 0; |
+ // Check whether http request has authentication credentials. |
+ virtual bool HasAuth() const = 0; |
+ |
// Once response info is available for the transaction, response data may be |
// read by calling this method. |
// |