1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23

content / browser / aggregation_service / aggregation_service_features.cc [blame]

// Copyright 2022 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/aggregation_service/aggregation_service_features.h"

namespace content {

BASE_FEATURE(kPrivacySandboxAggregationService,
             "PrivacySandboxAggregationService",
             base::FEATURE_ENABLED_BY_DEFAULT);

const base::FeatureParam<std::string>
    kPrivacySandboxAggregationServiceTrustedServerUrlAwsParam{
        &kPrivacySandboxAggregationService, "trusted_server_url",
        "https://publickeyservice.aws.privacysandboxservices.com/v1alpha/"
        "publicKeys"};

BASE_FEATURE(kPrivacySandboxAggregationServiceFilteringIds,
             "PrivacySandboxAggregationServiceFilteringIds",
             base::FEATURE_ENABLED_BY_DEFAULT);

}  // namespace content