#include "chrome/browser/ui/passwords/bubble_controllers/relaunch_chrome_bubble_controller.h"
#include "base/test/metrics/histogram_tester.h"
#include "chrome/browser/ui/passwords/passwords_model_delegate_mock.h"
#include "components/password_manager/core/common/password_manager_pref_names.h"
#include "components/prefs/pref_registry_simple.h"
#include "components/prefs/testing_pref_service.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace {
constexpr char kAcceptHistogram[] = …;
}
class RelaunchChromeBubbleControllerTest : public ::testing::Test { … };
TEST_F(RelaunchChromeBubbleControllerTest, Destroy) { … }
TEST_F(RelaunchChromeBubbleControllerTest, Content) { … }
TEST_F(RelaunchChromeBubbleControllerTest, Cancel) { … }
TEST_F(RelaunchChromeBubbleControllerTest, Restart) { … }
TEST_F(RelaunchChromeBubbleControllerTest, DontAskAgain) { … }