Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 32df93a0a47fa4dac2cc792bb365e2bbfa953889..415c12f1f500c17ca4328929c1dbd25d115be94d 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -892,6 +892,10 @@ const char kSAMLOfflineSigninTimeLimit[] = "saml.offline_signin_time_limit"; |
// cleared. The time is expressed as the serialization obtained from |
// base::Time::ToInternalValue(). |
const char kSAMLLastGAIASignInTime[] = "saml.last_gaia_sign_in_time"; |
+ |
+// Setting used to determine if the machine is in a 'derelict' state. This is |
+// determined by the time a machine spends on OOBE without any activity. |
+const char kDerelictMachine[] = "settings.is_machine_derelict"; |
#endif // defined(OS_CHROMEOS) |
// The disabled messages in IPC logging. |