| Index: ios/chrome/browser/pref_names.cc
|
| diff --git a/ios/chrome/browser/pref_names.cc b/ios/chrome/browser/pref_names.cc
|
| index 96df13e27a2bfcba43a5746a7cb11ea093ad14eb..d592ba838458f8cc044484b8c0deef0982fc3673 100644
|
| --- a/ios/chrome/browser/pref_names.cc
|
| +++ b/ios/chrome/browser/pref_names.cc
|
| @@ -47,6 +47,14 @@ const char kOTRStashStatePathSystemBackupExcluded[] =
|
| // devices that share an iCloud account.
|
| const char kIosHandoffToOtherDevices[] = "ios.handoff_to_other_devices";
|
|
|
| +// True if the previous session exited cleanly.
|
| +// This can be different from kStabilityExitedCleanly, because the last run of
|
| +// the program may not have included a browsing session, and thus the last run
|
| +// of the program may have happened after the run that included the last
|
| +// session.
|
| +const char kLastSessionExitedCleanly[] =
|
| + "ios.user_experience_metrics.last_session_exited_cleanly";
|
| +
|
| // Preference that hold a boolean indicating whether metrics reporting should
|
| // be limited to wifi (when enabled).
|
| const char kMetricsReportingWifiOnly[] =
|
|
|