Index: chrome/browser/ui/app_list/app_list_service.cc |
=================================================================== |
--- chrome/browser/ui/app_list/app_list_service.cc (revision 199485) |
+++ chrome/browser/ui/app_list/app_list_service.cc (working copy) |
@@ -116,6 +116,8 @@ |
// static |
void AppListService::SendAppListStats() { |
+ if (!g_browser_process || g_browser_process->IsShuttingDown()) |
+ return; |
SendDailyEventFrequency(prefs::kLastAppListLaunchPing, |
prefs::kAppListLaunchCount, |
&SendAppListLaunch); |