chromium/chrome/browser/password_manager/multi_profile_credentials_filter.h

// 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.

#ifndef CHROME_BROWSER_PASSWORD_MANAGER_MULTI_PROFILE_CREDENTIALS_FILTER_H_
#define CHROME_BROWSER_PASSWORD_MANAGER_MULTI_PROFILE_CREDENTIALS_FILTER_H_

#include "base/memory/raw_ptr.h"
#include "components/password_manager/core/browser/sync_credentials_filter.h"

class DiceWebSigninInterceptor;

// SyncCredentialsFilter that also supports interaction with other profiles.
// The "Save Password" bubble is suppressed when a multi-profile promo is shown.
class MultiProfileCredentialsFilter
    : public password_manager::SyncCredentialsFilter {};

#endif  // CHROME_BROWSER_PASSWORD_MANAGER_MULTI_PROFILE_CREDENTIALS_FILTER_H_