chromium/chrome/browser/safe_browsing/chrome_enterprise_url_lookup_service_factory_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/safe_browsing/chrome_enterprise_url_lookup_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 ChromeEnterpriseRealTimeUrlLookupServiceFactoryTest
    : public testing::Test {};

TEST_F(ChromeEnterpriseRealTimeUrlLookupServiceFactoryTest,
       DisabledForIncognitoMode) {}

TEST_F(ChromeEnterpriseRealTimeUrlLookupServiceFactoryTest,
       EnabledForGuestMode) {}

}  // namespace safe_browsing