chromium/components/translate/content/browser/partial_translate_manager_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 "components/translate/content/browser/partial_translate_manager.h"

#include "base/functional/callback_helpers.h"
#include "base/memory/raw_ptr.h"
#include "components/contextual_search/core/browser/contextual_search_delegate.h"
#include "components/contextual_search/core/browser/resolved_search_term.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace {

class FakeContextualSearchDelegate : public ContextualSearchDelegate {};

class PartialTranslateManagerTest : public testing::Test {};

TEST_F(PartialTranslateManagerTest, CreateContext) {}

TEST_F(PartialTranslateManagerTest, CreateResponse) {}

TEST_F(PartialTranslateManagerTest, SubsumeRequest) {}

}  // namespace