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

Unified Diff: content/browser/appcache/appcache_interceptor.cc

Issue 962423002: Update instrumentation for many different bugs based on new UMA data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/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;
« no previous file with comments | « chrome/browser/safe_browsing/database_manager.cc ('k') | content/browser/loader/resource_dispatcher_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698