blob: 10d59db265af98e3c63b2b16c9741ad180b41133 [file] [log] [blame]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/preloading/preloading_features.h"
namespace features {
BASE_FEATURE(kPerformanceSettingsPreloadingSubpage,
"PerformanceSettingsPreloadingSubpage",
base::FEATURE_ENABLED_BY_DEFAULT);
const base::FeatureParam<bool> kPerformanceSettingsPreloadingSubpageV2{
&kPerformanceSettingsPreloadingSubpage, "use_v2_preloading_subpage", true};
} // namespace features