| Index: chrome/browser/metrics/metrics_log.cc
|
| diff --git a/chrome/browser/metrics/metrics_log.cc b/chrome/browser/metrics/metrics_log.cc
|
| index ba2117de3f41a4ba8e2644a0ebbf0527101f0ccc..95f7b8ee48771ac44271cfec232a5481b00ce22f 100644
|
| --- a/chrome/browser/metrics/metrics_log.cc
|
| +++ b/chrome/browser/metrics/metrics_log.cc
|
| @@ -651,6 +651,12 @@ void MetricsLog::WriteRealtimeStabilityAttributes(
|
| pref->SetInteger(prefs::kStabilityChildProcessCrashCount, 0);
|
| }
|
|
|
| + count = pref->GetInteger(prefs::kStabilityGpuCrashCount);
|
| + if (count) {
|
| + stability->set_gpu_crash_count(count);
|
| + pref->SetInteger(prefs::kStabilityGpuCrashCount, 0);
|
| + }
|
| +
|
| #if defined(OS_CHROMEOS)
|
| count = pref->GetInteger(prefs::kStabilityOtherUserCrashCount);
|
| if (count) {
|
|
|