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

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

Issue 7621030: Add Hover stats for 1.5s, 2s, and 3s hover thresholds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prerender/prerender_observer.cc
===================================================================
--- chrome/browser/prerender/prerender_observer.cc (revision 97058)
+++ chrome/browser/prerender/prerender_observer.cc (working copy)
@@ -28,7 +28,12 @@
400,
500,
750,
- 1000
+ 1000,
+ 1500,
+ 2000,
+ 3000,
+ 4000,
+ 5000
};
// Overview of hover-related histograms:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698