Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(607)

Unified Diff: components/metrics/metrics_pref_names.cc

Issue 558683002: Extract the handling of the clean exit beacon from MetricsService. The extracted implementation sup… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review feedback. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/metrics/metrics_pref_names.cc
diff --git a/components/metrics/metrics_pref_names.cc b/components/metrics/metrics_pref_names.cc
index c6d12eda075bae3bf66dfb0da4741a4f54f26917..5b87cfe9840b2be4d404eae23c5e3fc4dc868d63 100644
--- a/components/metrics/metrics_pref_names.cc
+++ b/components/metrics/metrics_pref_names.cc
@@ -83,10 +83,6 @@ const char kStabilityDebuggerNotPresent[] =
const char kStabilityExecutionPhase[] =
"user_experience_metrics.stability.execution_phase";
-// True if the previous run of the program exited cleanly.
-const char kStabilityExitedCleanly[] =
- "user_experience_metrics.stability.exited_cleanly";
-
// Number of times the session end did not complete.
const char kStabilityIncompleteSessionEndCount[] =
"user_experience_metrics.stability.incomplete_session_end_count";

Powered by Google App Engine
This is Rietveld 408576698