blob: 817b2f1cc784f71a5174613dfe8a419a31aa755e [file]
// 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_CONTENT_SETTINGS_CORE_COMMON_FEATURES_H_
#define COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_FEATURES_H_
namespace base {
struct Feature;
} // namespace base
namespace content_settings {
// Feature to enable a better cookie controls ui.
extern const base::Feature kImprovedCookieControls;
} // namespace content_settings
#endif // COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_FEATURES_H_