Index: content/browser/loader/resource_dispatcher_host_impl.cc |
diff --git a/content/browser/loader/resource_dispatcher_host_impl.cc b/content/browser/loader/resource_dispatcher_host_impl.cc |
index 94d816baa848499f5d774f6ba1537e0b8d7080de..29a99dd23a1953fee72cc49aaa08b29606691ace 100644 |
--- a/content/browser/loader/resource_dispatcher_host_impl.cc |
+++ b/content/browser/loader/resource_dispatcher_host_impl.cc |
@@ -2130,6 +2130,11 @@ bool ResourceDispatcherHostImpl::LoadInfoIsMoreInteresting(const LoadInfo& a, |
// static |
void ResourceDispatcherHostImpl::UpdateLoadInfoOnUIThread( |
scoped_ptr<LoadInfoMap> info_map) { |
+ // TODO(erikchen): Remove ScopedTracker below once http://crbug.com/466285 |
+ // is fixed. |
+ tracked_objects::ScopedTracker tracking_profile( |
+ FROM_HERE_WITH_EXPLICIT_FUNCTION( |
+ "466285 ResourceDispatcherHostImpl::UpdateLoadInfoOnUIThread")); |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
for (const auto& load_info : *info_map) { |
RenderViewHostImpl* view = RenderViewHostImpl::FromID( |