blob: 1c319757d47903fdf18b7952d2d74736e98a7cc9 [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.
#include "chrome/browser/predictors/predictors_features.h"
namespace features {
// Modifies loading predictor so that it only learns about subresources and
// origins that are high priority.
const base::Feature kLoadingOnlyLearnHighPriorityResources{
"LoadingOnlyLearnHighPriorityResources", base::FEATURE_DISABLED_BY_DEFAULT};
} // namespace features