chromium/components/safe_browsing/content/browser/password_protection/password_protection_commit_deferring_condition.cc

// Copyright 2022 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/safe_browsing/content/browser/password_protection/password_protection_commit_deferring_condition.h"

#include "base/memory/weak_ptr.h"
#include "components/safe_browsing/content/browser/password_protection/password_protection_request_content.h"
#include "content/public/browser/navigation_handle.h"

namespace safe_browsing {

PasswordProtectionCommitDeferringCondition::
    PasswordProtectionCommitDeferringCondition(
        content::NavigationHandle& navigation_handle,
        PasswordProtectionRequestContent& request)
    :{}

PasswordProtectionCommitDeferringCondition::
    ~PasswordProtectionCommitDeferringCondition() {}

content::CommitDeferringCondition::Result
PasswordProtectionCommitDeferringCondition::WillCommitNavigation(
    base::OnceClosure resume) {}

void PasswordProtectionCommitDeferringCondition::ResumeNavigation() {}

}  // namespace safe_browsing