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

Unified Diff: content/browser/service_worker/service_worker_fetch_dispatcher.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: content/browser/service_worker/service_worker_fetch_dispatcher.cc
diff --git a/content/browser/service_worker/service_worker_fetch_dispatcher.cc b/content/browser/service_worker/service_worker_fetch_dispatcher.cc
index 9b36652770af2deee45b575e83301e7d91e0c60f..130d87c4e15f8b1fab07bfbf864dd5c48b7a64df 100644
--- a/content/browser/service_worker/service_worker_fetch_dispatcher.cc
+++ b/content/browser/service_worker/service_worker_fetch_dispatcher.cc
@@ -57,7 +57,7 @@ std::unique_ptr<base::Value> NetLogFetchEventCallback(
return std::move(dict);
}
-void EndNetLogEventWithServiceWorkerStatus(const net::BoundNetLog& net_log,
+void EndNetLogEventWithServiceWorkerStatus(const net::NetLogWithSource& net_log,
net::NetLogEventType type,
ServiceWorkerStatusCode status) {
net_log.EndEvent(type,
@@ -107,7 +107,7 @@ ServiceWorkerFetchDispatcher::ServiceWorkerFetchDispatcher(
std::unique_ptr<ServiceWorkerFetchRequest> request,
ServiceWorkerVersion* version,
ResourceType resource_type,
- const net::BoundNetLog& net_log,
+ const net::NetLogWithSource& net_log,
const base::Closure& prepare_callback,
const FetchCallback& fetch_callback)
: version_(version),

Powered by Google App Engine
This is Rietveld 408576698