chromium/chrome/browser/ui/passwords/bubble_controllers/add_username_bubble_controller_unittest.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 "base/test/metrics/histogram_tester.h"
#include "chrome/browser/ui/passwords/passwords_model_delegate_mock.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

_;
Eq;
Return;
ReturnRef;

namespace {
constexpr char kUIDismissalReasonGeneralMetric[] =;
constexpr char kUsernameAddedMetric[] =;
constexpr char16_t kUsername[] =;
constexpr char16_t kPassword[] =;
}  // namespace

class AddUsernameBubbleControllerTest : public ::testing::Test {};

TEST_F(AddUsernameBubbleControllerTest, Destroy) {}

TEST_F(AddUsernameBubbleControllerTest, SavePassword) {}

TEST_F(AddUsernameBubbleControllerTest, Title) {}