Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 30565b63a5fe1b6e0135632e4afb4899b22fce6c..f9e1dc2d20440eb19576ef5ad0636b58a0828a58 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -78,6 +78,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. |