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

// Copyright 2020 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/post_save_compromised_bubble_controller.h"

#include "base/test/metrics/histogram_tester.h"
#include "chrome/browser/ui/passwords/passwords_model_delegate_mock.h"
#include "chrome/grit/theme_resources.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace {

constexpr char kTypeHistogram[] =;

BubbleType;

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

void PostSaveCompromisedBubbleControllerTest::CreateController(
    password_manager::ui::State state) {}

TEST_F(PostSaveCompromisedBubbleControllerTest, SafeState_Destroy) {}

TEST_F(PostSaveCompromisedBubbleControllerTest, SafeState_DestroyImplicictly) {}

TEST_F(PostSaveCompromisedBubbleControllerTest, SafeState_Content) {}

TEST_F(PostSaveCompromisedBubbleControllerTest, SafeState_Click) {}

TEST_F(PostSaveCompromisedBubbleControllerTest, MoreToFix_Destroy) {}

TEST_F(PostSaveCompromisedBubbleControllerTest, MoreToFix_DestroyImplicictly) {}

TEST_F(PostSaveCompromisedBubbleControllerTest, MoreToFix_Content) {}

TEST_F(PostSaveCompromisedBubbleControllerTest, MoreToFix_Click) {}

}  // namespace