#include "chrome/browser/password_manager/chrome_webauthn_credentials_delegate_factory.h"
#include <memory>
#include "base/containers/flat_map.h"
#include "chrome/browser/password_manager/chrome_webauthn_credentials_delegate.h"
#include "content/public/browser/navigation_handle.h"
#include "content/public/browser/web_contents_observer.h"
#include "content/public/browser/web_contents_user_data.h"
ChromeWebAuthnCredentialsDelegateFactory::
ChromeWebAuthnCredentialsDelegateFactory(content::WebContents* web_contents)
: … { … }
ChromeWebAuthnCredentialsDelegateFactory::
~ChromeWebAuthnCredentialsDelegateFactory() = default;
ChromeWebAuthnCredentialsDelegateFactory*
ChromeWebAuthnCredentialsDelegateFactory::GetFactory(
content::WebContents* web_contents) { … }
ChromeWebAuthnCredentialsDelegate*
ChromeWebAuthnCredentialsDelegateFactory::GetDelegateForFrame(
content::RenderFrameHost* frame_host) { … }
void ChromeWebAuthnCredentialsDelegateFactory::RenderFrameDeleted(
content::RenderFrameHost* frame_host) { … }
void ChromeWebAuthnCredentialsDelegateFactory::DidFinishNavigation(
content::NavigationHandle* navigation_handle) { … }
WEB_CONTENTS_USER_DATA_KEY_IMPL(ChromeWebAuthnCredentialsDelegateFactory);