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

Unified Diff: content/child/resource_scheduling_filter.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
« no previous file with comments | « components/test_runner/test_plugin.cc ('k') | content/child/web_url_loader_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/resource_scheduling_filter.cc
diff --git a/content/child/resource_scheduling_filter.cc b/content/child/resource_scheduling_filter.cc
index 2d53cd0b5c5a49855d8bca4d4dcfa79c3dbdf90c..1cde0e6a51e801075a74cc24d189aee80eccf3f3 100644
--- a/content/child/resource_scheduling_filter.cc
+++ b/content/child/resource_scheduling_filter.cc
@@ -66,7 +66,7 @@
if (iter != request_id_to_task_runner_map_.end()) {
// TODO(alexclarke): Find a way to let blink and chromium FROM_HERE coexist.
iter->second->postTask(
- BLINK_FROM_HERE,
+ blink::WebTraceLocation(__FUNCTION__, __FILE__),
new DispatchMessageTask(weak_ptr_factory_.GetWeakPtr(), message));
} else {
main_thread_task_runner_->PostTask(
« no previous file with comments | « components/test_runner/test_plugin.cc ('k') | content/child/web_url_loader_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698