| Index: content/browser/appcache/appcache_interceptor.cc
|
| diff --git a/content/browser/appcache/appcache_interceptor.cc b/content/browser/appcache/appcache_interceptor.cc
|
| index 4910880fb681a9002f2440d921b20553b80585ec..4ca2c6998e75d2680c331e08accb2af71605277c 100644
|
| --- a/content/browser/appcache/appcache_interceptor.cc
|
| +++ b/content/browser/appcache/appcache_interceptor.cc
|
| @@ -4,7 +4,6 @@
|
|
|
| #include "content/browser/appcache/appcache_interceptor.h"
|
|
|
| -#include "base/profiler/scoped_tracker.h"
|
| #include "content/browser/appcache/appcache_backend_impl.h"
|
| #include "content/browser/appcache/appcache_host.h"
|
| #include "content/browser/appcache/appcache_request_handler.h"
|
| @@ -35,10 +34,6 @@ void AppCacheInterceptor::SetExtraRequestInfo(
|
| int host_id,
|
| ResourceType resource_type,
|
| bool should_reset_appcache) {
|
| - // TODO(pkasting): Remove ScopedTracker below once crbug.com/456331 is fixed.
|
| - tracked_objects::ScopedTracker tracking_profile(
|
| - FROM_HERE_WITH_EXPLICIT_FUNCTION(
|
| - "456331 AppCacheInterceptor::SetExtraRequestInfo"));
|
| if (!service || (host_id == kAppCacheNoHostId))
|
| return;
|
|
|
|
|