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

Unified Diff: chrome/browser/prerender/prerender_histograms.h

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 | « no previous file | chrome/browser/prerender/prerender_histograms.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prerender/prerender_histograms.h
diff --git a/chrome/browser/prerender/prerender_histograms.h b/chrome/browser/prerender/prerender_histograms.h
index e26cd195f9e9938dcacbffa4aace4f2e4cc71991..71bff438758ac90e03a948094b9de17a19b66c51 100644
--- a/chrome/browser/prerender/prerender_histograms.h
+++ b/chrome/browser/prerender/prerender_histograms.h
@@ -86,7 +86,7 @@ class PrerenderHistograms {
void RecordFinalStatus(Origin origin, FinalStatus final_status) const;
// To be called when a new prerender is added.
- void RecordPrerender(Origin origin, const GURL& url);
+ void RecordPrerender();
// To be called when a new prerender is started.
void RecordPrerenderStarted(Origin origin) const;
@@ -146,16 +146,6 @@ class PrerenderHistograms {
// observed.
bool WithinWindow() const;
- // Returns whether or not there is currently an origin wash.
- bool IsOriginWash() const;
-
- // Origin of the last prerender seen.
- Origin last_origin_;
-
- // A boolean indicating that we have recently encountered a combination of
- // different origins, making an attribution of PPLT's to origins impossible.
- bool origin_wash_;
-
// The time when we last saw a prerender request coming from a renderer.
// This is used to record perceived PLT's for a certain amount of time
// from the point that we last saw a <link rel=prerender> tag.
« no previous file with comments | « no previous file | chrome/browser/prerender/prerender_histograms.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698