#include "chrome/browser/ui/passwords/bubble_controllers/password_bubble_controller_base.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/passwords/passwords_model_delegate.h"
#include "components/password_manager/core/browser/password_form_metrics_recorder.h"
#include "content/public/browser/web_contents.h"
PasswordBubbleControllerBase::PasswordBubbleControllerBase(
base::WeakPtr<PasswordsModelDelegate> delegate,
password_manager::metrics_util::UIDisplayDisposition display_disposition)
: … { … }
PasswordBubbleControllerBase::~PasswordBubbleControllerBase() { … }
void PasswordBubbleControllerBase::OnBubbleClosing() { … }
Profile* PasswordBubbleControllerBase::GetProfile() const { … }
content::WebContents* PasswordBubbleControllerBase::GetWebContents() const { … }