Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 0c94f67c4860378ed2c2680a7eac17a6c2f3140e..8ee7e5dbabdc92c9557e63b83701859606049226 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -75,6 +75,12 @@ const char kSessionExitedCleanly[] = "profile.exited_cleanly"; |
// shutdown. Used to determine the exit type the last time the profile was open. |
const char kSessionExitType[] = "profile.exit_type"; |
+// The last time that the site engagement service recorded an engagement event |
+// for this profile for any URL. Recorded only during shutdown. Used to prevent |
+// the service from decaying engagement when a user does not use Chrome at all |
+// for an extended period of time. |
+const char kSiteEngagementLastUpdateTime[] = "profile.last_engagement_time"; |
+ |
// An integer pref. Holds one of several values: |
// 0: unused, previously indicated to open the homepage on startup |
// 1: restore the last session. |