Index: chrome_frame/metrics_service.cc |
=================================================================== |
--- chrome_frame/metrics_service.cc (revision 69412) |
+++ chrome_frame/metrics_service.cc (working copy) |
@@ -413,6 +413,9 @@ |
GetInstance()->SetReporting(false); |
GetInstance()->SetRecording(false); |
+ |
+ if (GetInstance()->user_permits_upload_) |
+ g_metrics_upload_thread_.Get().Stop(); |
MAD
2010/12/16 19:51:59
Is this in adherence with the following comment ar
Vitaly Buka (NO REVIEWS)
2010/12/16 20:40:36
Done.
mad-corp
2010/12/17 00:36:37
Yeah, now, but what if it changes? And it's not ob
|
} |
void MetricsService::SetRecording(bool enabled) { |