| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 6d6e6b32bd846333d58046e035789aed4d53752b..c6daa6819c0a5f7e94a3f56694553451c166e5fe 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1506,6 +1506,10 @@ const char kStabilityDebuggerPresent[] =
|
| const char kStabilityDebuggerNotPresent[] =
|
| "user_experience_metrics.stability.debugger_not_present";
|
|
|
| +// Number of times the GPU process crashed since the last report.
|
| +const char kStabilityGpuCrashCount[] =
|
| + "user_experience_metrics.stability.gpu_crash_count";
|
| +
|
| // The keys below are used for the dictionaries in the
|
| // kStabilityPluginStats list.
|
| const char kStabilityPluginName[] = "name";
|
|
|