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

Unified Diff: chrome/browser/prerender/prerender_manager.cc

Issue 2769903005: [Prerender] Remove the "wash" origin in prerender histograms (Closed)
Patch Set: typo Created 3 years, 9 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/prerender/prerender_histograms.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prerender/prerender_manager.cc
diff --git a/chrome/browser/prerender/prerender_manager.cc b/chrome/browser/prerender/prerender_manager.cc
index 4d9f1adcbf5b3add7ef4b07e474bba16551fddc4..371d1710ce7faef7f882fc0d313b7c2fcb050a30 100644
--- a/chrome/browser/prerender/prerender_manager.cc
+++ b/chrome/browser/prerender/prerender_manager.cc
@@ -944,7 +944,7 @@ std::unique_ptr<PrerenderHandle> PrerenderManager::AddPrerender(
// From here on, we will record a FinalStatus so we need to register with the
// histogram tracking.
- histograms_->RecordPrerender(origin, url_arg);
+ histograms_->RecordPrerender();
if (profile_->GetPrefs()->GetBoolean(prefs::kBlockThirdPartyCookies) &&
origin != ORIGIN_OFFLINE) {
« no previous file with comments | « chrome/browser/prerender/prerender_histograms.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698