Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index e74a04a3ce5c1dc157bbe5dda334c678e4a90ad4..36a2f7ea0c58ff3d23e127141879e455c562a81c 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1384,6 +1384,10 @@ const char kVariationsSeedDate[] = "variations_seed_date"; |
// SHA-1 hash of the serialized variations seed data. |
const char kVariationsSeedHash[] = "variations_seed_hash"; |
+// An enum value to indicate the execution phase the browser was in. |
+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"; |