chromium/content/browser/interest_group/interest_group_features.cc

// 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 "content/browser/interest_group/interest_group_features.h"

#include "base/feature_list.h"
#include "base/metrics/field_trial_params.h"

namespace features {

// Please keep features in alphabetical order.

// Enable parsing ad auction response headers for an iframe navigation request.
BASE_FEATURE();

// Enable write ahead logging for interest group storage.
BASE_FEATURE();

BASE_FEATURE();

// Enable prefetching B&A keys on the first joinAdInterestGroup call.
BASE_FEATURE();

// Enable storing a retrieving B&A keys for the interest group
// database.
BASE_FEATURE();

// Enables preconnecting to interest group owner origins and a bidding signals
// URL origin at the start of an auction.
BASE_FEATURE();

// Enable detecting inconsistency in the `PageImpl` used in the auction. Abort
// the auction when detected.
BASE_FEATURE();

}  // namespace features