chromium/chrome/browser/safe_browsing/hash_realtime_service_factory_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/safe_browsing/hash_realtime_service_factory.h"

#include "chrome/browser/safe_browsing/test_safe_browsing_service.h"
#include "chrome/test/base/testing_browser_process.h"
#include "chrome/test/base/testing_profile.h"
#include "chrome/test/base/testing_profile_manager.h"
#include "content/public/test/browser_task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace safe_browsing {

class HashRealTimeServiceFactoryTest : public testing::Test {};

TEST_F(HashRealTimeServiceFactoryTest, EnabledForRegularProfiles) {}

TEST_F(HashRealTimeServiceFactoryTest, DisabledForIncognitoMode) {}

TEST_F(HashRealTimeServiceFactoryTest, DisabledForGuestMode) {}

}  // namespace safe_browsing