| Index: net/url_request/url_request.cc
|
| diff --git a/net/url_request/url_request.cc b/net/url_request/url_request.cc
|
| index ae0c42c7348bb21a05054aae173da4ef54d09516..d7203a477f148237cc9bffe54833d4dbbe80c37d 100644
|
| --- a/net/url_request/url_request.cc
|
| +++ b/net/url_request/url_request.cc
|
| @@ -267,6 +267,10 @@ int64 URLRequest::GetTotalReceivedBytes() const {
|
| }
|
|
|
| LoadStateWithParam URLRequest::GetLoadState() const {
|
| + // TODO(pkasting): Remove ScopedTracker below once crbug.com/455952 is
|
| + // fixed.
|
| + tracked_objects::ScopedTracker tracking_profile(
|
| + FROM_HERE_WITH_EXPLICIT_FUNCTION("455952 URLRequest::GetLoadState"));
|
| // The !blocked_by_.empty() check allows |this| to report it's blocked on a
|
| // delegate before it has been started.
|
| if (calling_delegate_ || !blocked_by_.empty()) {
|
|
|