chromium/chrome/browser/devtools/devtools_ui_bindings_unittest.cc

// Copyright 2016 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/devtools/devtools_ui_bindings.h"

#include "base/memory/raw_ptr.h"
#include "base/test/bind.h"
#include "chrome/browser/sync/sync_service_factory.h"
#include "chrome/test/base/testing_profile.h"
#include "components/signin/public/identity_manager/identity_test_environment.h"
#include "components/sync/test/test_sync_service.h"
#include "content/public/test/browser_task_environment.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

class DevToolsUIBindingsTest : public testing::Test {};

TEST_F(DevToolsUIBindingsTest, SanitizeFrontendURL) {}

class DevToolsUIBindingsSyncInfoTest : public testing::Test {};

TEST_F(DevToolsUIBindingsSyncInfoTest, SyncDisabled) {}

TEST_F(DevToolsUIBindingsSyncInfoTest, PreferencesNotSynced) {}

TEST_F(DevToolsUIBindingsSyncInfoTest, ImageAlwaysProvided) {}