chromium/chrome/browser/profiles/profile_selections_unittest.cc

// Copyright 2022 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/profiles/profile_selections.h"

#include "chrome/browser/profiles/profile_testing_helper.h"
#include "testing/gtest/include/gtest/gtest.h"

class ProfileSelectionsTest : public testing::Test,
                              public ProfileTestingHelper {};

TEST_F(ProfileSelectionsTest, DefaultConstructor) {}

TEST_F(ProfileSelectionsTest, CustomImplementation) {}

TEST_F(ProfileSelectionsTest, OnlyRegularProfile) {}

TEST_F(ProfileSelectionsTest, RegularAndIncognito) {}

TEST_F(ProfileSelectionsTest, RedirectedInIncognito) {}

TEST_F(ProfileSelectionsTest, NoProfiles) {}