blob: 9ca7f7a0e9e9e9215e4765de13af265d9ca4bd33 [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_NTP_SNIPPETS_CONTEXTUAL_CONTEXTUAL_SUGGESTIONS_FEATURES_H_
#define COMPONENTS_NTP_SNIPPETS_CONTEXTUAL_CONTEXTUAL_SUGGESTIONS_FEATURES_H_
#include "base/feature_list.h"
namespace contextual_suggestions {
extern const base::Feature kContextualSuggestionsBottomSheet;
extern const base::Feature kContextualSuggestionsEnterprisePolicyBypass;
extern const base::Feature kContextualSuggestionsSlimPeekUI;
} // namespace contextual_suggestions
#endif // COMPONENTS_NTP_SNIPPETS_CONTEXTUAL_CONTEXTUAL_SUGGESTIONS_FEATURES_H_