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

// Copyright 2018 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/form_submission_tracker_util.h"

#include "base/check.h"
#include "components/password_manager/core/browser/form_submission_observer.h"

namespace password_manager {

void NotifyDidNavigateMainFrame(bool is_renderer_initiated,
                                ui::PageTransition transition,
                                bool was_initiated_by_link_click,
                                FormSubmissionObserver* observer) {}

}  // namespace password_manager