chromium/chrome/browser/password_manager/multi_profile_credentials_filter.cc

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/password_manager/multi_profile_credentials_filter.h"

#include <optional>

#include "base/strings/utf_string_conversions.h"
#include "chrome/browser/signin/dice_web_signin_interceptor.h"
#include "components/autofill/core/browser/validation.h"
#include "components/password_manager/core/browser/password_sync_util.h"
#include "google_apis/gaia/gaia_auth_util.h"

MultiProfileCredentialsFilter::MultiProfileCredentialsFilter(
    password_manager::PasswordManagerClient* client,
    DiceWebSigninInterceptor* dice_web_signin_interceptor)
    :{}

bool MultiProfileCredentialsFilter::ShouldSave(
    const password_manager::PasswordForm& form) const {}