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

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

Issue 100133002: Create prerender event histograms by origin & experiment. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years 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
===================================================================
--- chrome/browser/prerender/prerender_histograms.h (revision 238147)
+++ chrome/browser/prerender/prerender_histograms.h (working copy)
@@ -89,7 +89,8 @@
void RecordFractionPixelsFinalAtSwapin(Origin origin, double fraction) const;
// Records a prerender event.
- void RecordEvent(PrerenderEvent event) const;
+ void RecordEvent(Origin origin, uint8 experiment_id, PrerenderEvent event)
+ const;
private:
base::TimeTicks GetCurrentTimeTicks() const;
« 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