blob: c1af70a8ea9e8ef12bca0c1bc50a1ecbe244917b [file] [log] [blame]
// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/site_engagement/core/pref_names.h"
namespace site_engagement {
namespace prefs {
// 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 the browser at
// all for an extended period of time.
const char kSiteEngagementLastUpdateTime[] = "profile.last_engagement_time";
} // namespace prefs
} // namespace site_engagement