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

Unified Diff: extensions/browser/api/web_request/web_request_api.cc

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: extensions/browser/api/web_request/web_request_api.cc
diff --git a/extensions/browser/api/web_request/web_request_api.cc b/extensions/browser/api/web_request/web_request_api.cc
index 4e41031658142b0439b2af20b01802ab4d7932fc..6179d966b91029d7d261fece5ee402895f072cc7 100644
--- a/extensions/browser/api/web_request/web_request_api.cc
+++ b/extensions/browser/api/web_request/web_request_api.cc
@@ -393,7 +393,7 @@ struct ExtensionWebRequestEventRouter::BlockedRequest {
// Pointer to NetLog to report significant changes to the request for
// debugging.
- const net::BoundNetLog* net_log;
+ const net::NetLogWithSource* net_log;
// The callback to call when we get a response from all event handlers.
net::CompletionCallback callback;

Powered by Google App Engine
This is Rietveld 408576698