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

Unified Diff: chrome/browser/net/connect_interceptor.cc

Issue 16514008: Add metrics for calculating precision/recall of link navigation pre-connect triggers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 7 years, 6 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 | « no previous file | chrome/browser/net/predictor.h » ('j') | chrome/browser/net/predictor.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/connect_interceptor.cc
diff --git a/chrome/browser/net/connect_interceptor.cc b/chrome/browser/net/connect_interceptor.cc
index 4770fba96690a0e49319d6b8652882e02ef22e76..ca0b6ee78d0d57863873744f68c553075883ccf8 100644
--- a/chrome/browser/net/connect_interceptor.cc
+++ b/chrome/browser/net/connect_interceptor.cc
@@ -71,8 +71,6 @@ void ConnectInterceptor::WitnessURLRequest(net::URLRequest* request) {
}
timed_cache_.SetRecentlySeen(request_scheme_host);
- predictor_->RecordPreconnectNavigationStats(request_scheme_host);
-
// Subresources for main frames usually get predicted when we detected the
// main frame request - way back in RenderViewHost::Navigate. So only handle
// predictions now for subresources or for redirected hosts.
« no previous file with comments | « no previous file | chrome/browser/net/predictor.h » ('j') | chrome/browser/net/predictor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698