Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(555)

Unified Diff: net/http/http_auth_handler_factory.h

Issue 2351513002: net: rename BoundNetLog to NetLogWithSource (Closed)
Patch Set: one more fix, content bound_net_log_ Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/http/http_auth_handler_factory.h
diff --git a/net/http/http_auth_handler_factory.h b/net/http/http_auth_handler_factory.h
index f17adc578743452520909664ffb083a5e5e6d773..97275eaad5c5056d192b9dd9db24f98e84972894 100644
--- a/net/http/http_auth_handler_factory.h
+++ b/net/http/http_auth_handler_factory.h
@@ -19,7 +19,7 @@ class GURL;
namespace net {
-class BoundNetLog;
+class NetLogWithSource;
class HttpAuthPreferences;
class HostResolver;
class HttpAuthChallengeTokenizer;
@@ -88,7 +88,7 @@ class NET_EXPORT HttpAuthHandlerFactory {
const GURL& origin,
CreateReason create_reason,
int digest_nonce_count,
- const BoundNetLog& net_log,
+ const NetLogWithSource& net_log,
std::unique_ptr<HttpAuthHandler>* handler) = 0;
// Creates an HTTP authentication handler based on the authentication
@@ -100,7 +100,7 @@ class NET_EXPORT HttpAuthHandlerFactory {
HttpAuth::Target target,
const SSLInfo& ssl_info,
const GURL& origin,
- const BoundNetLog& net_log,
+ const NetLogWithSource& net_log,
std::unique_ptr<HttpAuthHandler>* handler);
// Creates an HTTP authentication handler based on the authentication
@@ -113,7 +113,7 @@ class NET_EXPORT HttpAuthHandlerFactory {
HttpAuth::Target target,
const GURL& origin,
int digest_nonce_count,
- const BoundNetLog& net_log,
+ const NetLogWithSource& net_log,
std::unique_ptr<HttpAuthHandler>* handler);
// Creates a standard HttpAuthHandlerRegistryFactory. The caller is
@@ -186,7 +186,7 @@ class NET_EXPORT HttpAuthHandlerRegistryFactory
const GURL& origin,
CreateReason reason,
int digest_nonce_count,
- const BoundNetLog& net_log,
+ const NetLogWithSource& net_log,
std::unique_ptr<HttpAuthHandler>* handler) override;
private:

Powered by Google App Engine
This is Rietveld 408576698