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

Unified Diff: chrome/browser/extensions/extension_webrequest_time_tracker.cc

Issue 8296017: Revert 105659 - Delay network requests on startup if any webRequest or webNavigation extensions a... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 2 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 | « chrome/browser/extensions/extension_service.cc ('k') | chrome/browser/extensions/network_delay_listener.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_webrequest_time_tracker.cc
===================================================================
--- chrome/browser/extensions/extension_webrequest_time_tracker.cc (revision 105660)
+++ chrome/browser/extensions/extension_webrequest_time_tracker.cc (working copy)
@@ -151,7 +151,7 @@
if (log.extension_block_durations.empty())
return;
- UMA_HISTOGRAM_TIMES("Extensions.NetworkDelay", log.block_duration);
+ HISTOGRAM_TIMES("Extensions.NetworkDelay", log.block_duration);
Analyze(request_id);
}
« no previous file with comments | « chrome/browser/extensions/extension_service.cc ('k') | chrome/browser/extensions/network_delay_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698