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

Unified Diff: chrome/browser/browser_main_win.h

Issue 7508034: Make a pre-read A/B field-trial (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
Index: chrome/browser/browser_main_win.h
===================================================================
--- chrome/browser/browser_main_win.h (revision 95298)
+++ chrome/browser/browser_main_win.h (working copy)
@@ -37,4 +37,11 @@
// user level Chrome.
bool CheckMachineLevelInstall();
+// Records a Startup category value to an UMA histogram in the context of the
+// PreReadExperiment field-trial. This will also report to the appropriate
+// Startup.HistogramName_PreRead(Enabled|Disabled) histogram as appropriate.
+// This is only called from OS_WIN specific code, so the implementation is
+// in browser_main_win.cc. This is a Windows specific experiment.
+void RecordPreReadExperimentTime(const char* name, base::TimeDelta time);
+
#endif // CHROME_BROWSER_BROWSER_MAIN_WIN_H_

Powered by Google App Engine
This is Rietveld 408576698