blob: 6e8400361e8135736e2f6479e8e44554e6f2c028 [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 CHROME_BROWSER_SEARCH_NTP_FEATURES_H_
#define CHROME_BROWSER_SEARCH_NTP_FEATURES_H_
#include "base/feature_list.h"
namespace features {
// The features should be documented alongside the definition of their values in
// the .cc file.
extern const base::Feature kNtpCustomizationMenuV2;
extern const base::Feature kDoodlesOnLocalNtp;
extern const base::Feature kPromosOnLocalNtp;
extern const base::Feature kRemoveNtpFakebox;
extern const base::Feature kSearchSuggestionsOnLocalNtp;
extern const base::Feature kUseGoogleLocalNtp;
extern const base::Feature kFakeboxSearchIconOnNtp;
extern const base::Feature kUseAlternateFakeboxOnNtp;
extern const base::Feature kHideShortcutsOnNtp;
// Returns whether the Google search style fakebox is enabled.
bool IsUseAlternateFakeboxOnNtpEnabled();
} // namespace features
#endif // CHROME_BROWSER_SEARCH_NTP_FEATURES_H_