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

Unified Diff: content/child/web_url_loader_impl.cc

Issue 2218933003: Revert of Make WebTraceLocation be an alias of tracked_objects::Location (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/child/web_url_loader_impl.cc
diff --git a/content/child/web_url_loader_impl.cc b/content/child/web_url_loader_impl.cc
index d98ef6d22f424459d5bf30d26e82c6c036ca3344..6bc238d7608afd9bb18dcaa2348d733f057e2b55 100644
--- a/content/child/web_url_loader_impl.cc
+++ b/content/child/web_url_loader_impl.cc
@@ -443,7 +443,7 @@
// TODO(alexclarke): Find a way to let blink and chromium FROM_HERE
// coexist.
web_task_runner_->postTask(
- BLINK_FROM_HERE,
+ ::blink::WebTraceLocation(__FUNCTION__, __FILE__),
new HandleDataURLTask(this));
}
defers_loading_ = NOT_DEFERRING;
@@ -477,7 +477,7 @@
// TODO(alexclarke): Find a way to let blink and chromium FROM_HERE
// coexist.
web_task_runner_->postTask(
- BLINK_FROM_HERE,
+ ::blink::WebTraceLocation(__FUNCTION__, __FILE__),
new HandleDataURLTask(this));
}
return;
« no previous file with comments | « content/child/resource_scheduling_filter.cc ('k') | content/shell/renderer/layout_test/blink_test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698