blob: ad65fce93f213c55081ce812afde8728343bd8e5 [file] [log] [blame]
// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_BROWSING_DATA_CORE_FEATURES_H_
#define COMPONENTS_BROWSING_DATA_CORE_FEATURES_H_
#include "base/feature_list.h"
namespace browsing_data {
namespace features {
// Enable removal of all third-party cookies and site data.
BASE_DECLARE_FEATURE(kEnableRemovingAllThirdPartyCookies);
// Enable BrowsingDataLifetimeManager that periodically delete browsing data as
// defined by the BrowsingDataLifetime policy.
BASE_DECLARE_FEATURE(kEnableBrowsingDataLifetimeManager);
} // namespace features
} // namespace browsing_data
#endif // COMPONENTS_BROWSING_DATA_CORE_FEATURES_H_