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

Unified Diff: net/http/http_auth_handler.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.h
diff --git a/net/http/http_auth_handler.h b/net/http/http_auth_handler.h
index 4a6cb79e389949f7008a88320e1e4e85fbf35bb2..3f955177b5f6319ec0412198dbcf0c22c257e9b2 100644
--- a/net/http/http_auth_handler.h
+++ b/net/http/http_auth_handler.h
@@ -35,7 +35,7 @@ class NET_EXPORT_PRIVATE HttpAuthHandler {
HttpAuth::Target target,
const SSLInfo& ssl_info,
const GURL& origin,
- const BoundNetLog& net_log);
+ const NetLogWithSource& net_log);
// Determines how the previous authorization attempt was received.
//
@@ -190,7 +190,7 @@ class NET_EXPORT_PRIVATE HttpAuthHandler {
// A bitmask of the properties of the authentication scheme.
int properties_;
- BoundNetLog net_log_;
+ NetLogWithSource net_log_;
private:
void OnGenerateAuthTokenComplete(int rv);

Powered by Google App Engine
This is Rietveld 408576698