blob: 5ba32824299fc20e5179c274b88d692242caf4d7 [file] [log] [blame] [edit]
// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/page_load_metrics/renderer/features.h"
#include "base/feature_list.h"
namespace page_load_metrics::features {
// Reduce the number of observer calls. crbug.com/40442595 for more details.
BASE_FEATURE(kMetricsRenderFrameObserverImprovement,
base::FEATURE_DISABLED_BY_DEFAULT);
} // namespace page_load_metrics::features