chromium/components/password_manager/content/browser/form_meta_data.cc

// Copyright 2021 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/password_manager/content/browser/content_password_manager_driver.h"

#include "components/password_manager/core/browser/password_manager_util.h"
#include "content/public/browser/render_frame_host.h"

namespace password_manager {

namespace {

GURL StripAuth(const GURL& gurl) {}

}  // namespace

GURL GetURLFromRenderFrameHost(content::RenderFrameHost* render_frame_host) {}

void SetFrameAndFormMetaData(content::RenderFrameHost* rfh,
                             autofill::FormData& form) {}

autofill::FormData GetFormWithFrameAndFormMetaData(
    content::RenderFrameHost* rfh,
    autofill::FormData form) {}

}  // namespace password_manager