chromium/components/autofill/core/browser/profile_token_quality_test_api.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 "components/autofill/core/browser/profile_token_quality_test_api.h"

#include <vector>

#include "base/check.h"
#include "base/types/cxx23_to_underlying.h"
#include "components/autofill/core/browser/field_type_utils.h"
#include "components/autofill/core/browser/field_types.h"
#include "components/autofill/core/browser/profile_token_quality.h"

namespace autofill {

ProfileTokenQualityTestApi::ProfileTokenQualityTestApi(
    ProfileTokenQuality* quality)
    :{}

void ProfileTokenQualityTestApi::AddObservation(
    FieldType field_type,
    ProfileTokenQuality::ObservationType observation_type) {}

void ProfileTokenQualityTestApi::AddObservation(
    FieldType field_type,
    ProfileTokenQuality::ObservationType observation_type,
    FormSignatureHash hash) {}

std::vector<ProfileTokenQualityTestApi::FormSignatureHash>
ProfileTokenQualityTestApi::GetHashesForStoredType(FieldType type) const {}

}  // namespace autofill