#include "chrome/browser/password_manager/passwords_navigation_observer.h"
#include "content/public/browser/navigation_handle.h"
#include "content/public/browser/render_frame_host.h"
#include "content/public/browser/web_contents_observer.h"
#include "url/gurl.h"
PasswordsNavigationObserver::PasswordsNavigationObserver(
content::WebContents* web_contents)
: … { … }
PasswordsNavigationObserver::~PasswordsNavigationObserver() = default;
void PasswordsNavigationObserver::DidFinishNavigation(
content::NavigationHandle* navigation_handle) { … }
void PasswordsNavigationObserver::DidFinishLoad(
content::RenderFrameHost* render_frame_host,
const GURL& validated_url) { … }
bool PasswordsNavigationObserver::Wait() { … }