| Index: chrome/browser/browser_main.h
|
| ===================================================================
|
| --- chrome/browser/browser_main.h (revision 98219)
|
| +++ chrome/browser/browser_main.h (working copy)
|
| @@ -213,4 +213,9 @@
|
| // the UMA histogram |metric_name|.
|
| void RecordBrowserStartupTime();
|
|
|
| +// Records a time value to an UMA histogram in the context of the
|
| +// PreReadExperiment field-trial. This also reports to the appropriate
|
| +// sub-histogram (_PreRead(Enabled|Disabled)).
|
| +void RecordPreReadExperimentTime(const char* name, base::TimeDelta time);
|
| +
|
| #endif // CHROME_BROWSER_BROWSER_MAIN_H_
|
|
|