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

// Copyright 2024 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/default_store_changed_bubble_controller.h"

#include "base/test/metrics/histogram_tester.h"
#include "chrome/browser/signin/identity_test_environment_profile_adaptor.h"
#include "chrome/browser/ui/passwords/passwords_model_delegate_mock.h"
#include "chrome/test/base/testing_profile.h"
#include "components/password_manager/core/browser/mock_password_feature_manager.h"
#include "components/signin/public/identity_manager/identity_test_utils.h"
#include "content/public/test/browser_task_environment.h"
#include "content/public/test/test_renderer_host.h"
#include "content/public/test/web_contents_tester.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

Return;

namespace {
constexpr char kContinueHistogram[] =;
}

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

TEST_F(DefaultStoreChangedBubbleControllerTest, Destroy) {}

TEST_F(DefaultStoreChangedBubbleControllerTest, DestroyImplicictly) {}

TEST_F(DefaultStoreChangedBubbleControllerTest, Content) {}

TEST_F(DefaultStoreChangedBubbleControllerTest, SettingsLinkClick) {}

TEST_F(DefaultStoreChangedBubbleControllerTest, ContinueButtonClick) {}