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

Unified Diff: extensions/browser/extension_throttle_entry.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: extensions/browser/extension_throttle_entry.h
diff --git a/extensions/browser/extension_throttle_entry.h b/extensions/browser/extension_throttle_entry.h
index 18194ac81ca8fca41277a872aa515ad8ca38be82..9c9b4a498ea9774942524e2a590420bc0cf6d815 100644
--- a/extensions/browser/extension_throttle_entry.h
+++ b/extensions/browser/extension_throttle_entry.h
@@ -155,7 +155,7 @@ class ExtensionThrottleEntry : public ExtensionThrottleEntryInterface {
// Canonicalized URL string that this entry is for; used for logging only.
std::string url_id_;
- net::BoundNetLog net_log_;
+ net::NetLogWithSource net_log_;
bool ignore_user_gesture_load_flag_for_tests_;
DISALLOW_COPY_AND_ASSIGN(ExtensionThrottleEntry);

Powered by Google App Engine
This is Rietveld 408576698