blob: 62779a1be00f794fccd2b61bc7bdca4cd6064a4d [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// 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.
extern const base::Feature kEnableRemovingAllThirdPartyCookies;
// Enable BrowsingDataLifetimeManager that periodically delete browsing data as
// defined by the BrowsingDataLifetime policy.
extern const base::Feature kEnableBrowsingDataLifetimeManager;
} // namespace features
} // namespace browsing_data
#endif // COMPONENTS_BROWSING_DATA_CORE_FEATURES_H_