| Index: chrome/browser/browser_main_win.cc
|
| ===================================================================
|
| --- chrome/browser/browser_main_win.cc (revision 98219)
|
| +++ chrome/browser/browser_main_win.cc (working copy)
|
| @@ -96,12 +96,8 @@
|
| ::GetProcessTimes(::GetCurrentProcess(), &creation_time, &ignore, &ignore,
|
| &ignore);
|
|
|
| - UMA_HISTOGRAM_CUSTOM_TIMES(
|
| - "Startup.BrowserMessageLoopStartTime",
|
| - base::Time::Now() - base::Time::FromFileTime(creation_time),
|
| - base::TimeDelta::FromMilliseconds(1),
|
| - base::TimeDelta::FromHours(1),
|
| - 100);
|
| + RecordPreReadExperimentTime("Startup.BrowserMessageLoopStartTime",
|
| + base::Time::Now() - base::Time::FromFileTime(creation_time));
|
| }
|
|
|
| int AskForUninstallConfirmation() {
|
|
|