blob: 18e6417c7b5a1fbce6a7cef1584b35b40b7b8d1c [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 kContextualSuggestionsAlternateCardLayout;
extern const base::Feature kContextualSuggestionsButton;
extern const base::Feature kContextualSuggestionsIPHReverseScroll;
extern const base::Feature kContextualSuggestionsOptOut;
} // namespace contextual_suggestions
#endif // COMPONENTS_NTP_SNIPPETS_CONTEXTUAL_CONTEXTUAL_SUGGESTIONS_FEATURES_H_