Index: chrome/browser/ui/app_list/app_list_service.cc |
diff --git a/chrome/browser/ui/app_list/app_list_service.cc b/chrome/browser/ui/app_list/app_list_service.cc |
index 8120aaeedad289c2d2175477d4d3a4f24bf0d326..1bd062ea7976a17babf5f3737be450559ee380f2 100644 |
--- a/chrome/browser/ui/app_list/app_list_service.cc |
+++ b/chrome/browser/ui/app_list/app_list_service.cc |
@@ -47,11 +47,8 @@ void AppListService::RecordShowTimings(const CommandLine& command_line) { |
else |
UMA_HISTOGRAM_LONG_TIMES("Startup.ShowAppListWarmStart", elapsed); |
} else { |
- // base::CurrentProcessInfo::CreationTime() is only defined on win/mac. |
-#if defined(OS_WIN) || defined(OS_MACOSX) |
UMA_HISTOGRAM_LONG_TIMES( |
"Startup.ShowAppListColdStart", |
base::Time::Now() - *base::CurrentProcessInfo::CreationTime()); |
-#endif |
} |
} |