blob: 054b27e751a6d7cc9b4762e39d13da2dfb9f352e [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.
#include "components/browsing_data/core/features.h"
namespace browsing_data {
namespace features {
const base::Feature kRemoveNavigationHistory{"RemoveNavigationHistory",
base::FEATURE_ENABLED_BY_DEFAULT};
} // namespace features
} // namespace browsing_data