chromium/chrome/browser/ui/passwords/bubble_controllers/add_username_bubble_controller.cc

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/ui/passwords/bubble_controllers/add_username_bubble_controller.h"

#include "chrome/grit/generated_resources.h"
#include "components/password_manager/core/browser/password_form_metrics_recorder.h"
#include "ui/base/l10n/l10n_util.h"

metrics_util;

AddUsernameBubbleController::AddUsernameBubbleController(
    base::WeakPtr<PasswordsModelDelegate> delegate,
    DisplayReason display_reason)
    :{}

AddUsernameBubbleController::~AddUsernameBubbleController() {}

void AddUsernameBubbleController::OnSaveClicked() {}

std::u16string AddUsernameBubbleController::GetTitle() const {}

void AddUsernameBubbleController::ReportInteractions() {}