blob: da2b4c28c95f0fcc61223d56e6fe4f5a26b16bb5 [file] [log] [blame]
// 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 CHROME_BROWSER_PREDICTORS_PREDICTORS_FEATURES_H_
#define CHROME_BROWSER_PREDICTORS_PREDICTORS_FEATURES_H_
#include "base/feature_list.h"
namespace features {
// All features in alphabetical order. The features should be documented
// alongside the definition of their values in the .cc file.
extern const base::Feature kLoadingOnlyLearnHighPriorityResources;
extern const base::Feature kLoadingPredictorTableConfig;
extern const base::Feature kLoadingPreconnectToRedirectTarget;
extern const base::Feature kLoadingPredictorDisregardAlwaysAccessesNetwork;
} // namespace features
#endif // CHROME_BROWSER_PREDICTORS_PREDICTORS_FEATURES_H_