blob: 5ec27f320561753c9c770c75524412aee5ab02d6 [file] [log] [blame]
// Copyright 2018 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_FEATURES_H_
#define COMPONENTS_BROWSING_DATA_FEATURES_H_
#include "base/feature_list.h"
namespace browsing_data {
namespace features {
// Enable propagation of history deletions to navigation history.
extern const base::Feature kRemoveNavigationHistory;
} // namespace features
} // namespace browsing_data
#endif // COMPONENTS_BROWSING_DATA_FEATURES_H_