chromium/components/autofill/content/common/content_autofill_features.cc

// Copyright 2024 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/autofill/content/common/content_autofill_features.h"

namespace autofill::features {

// If enabled, we will store autofill server card data in shared storage.
BASE_FEATURE();

// If enabled, we exclude geolocation data in the risk fingerprint.
BASE_FEATURE();

}  // namespace autofill::features