chromium/chrome/browser/ui/tabs/organization/trigger_observer_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/ui/tabs/organization/trigger_observer.h"

#include <memory>

#include "base/test/bind.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/test/base/browser_with_test_window_test.h"
#include "chrome/test/base/testing_profile.h"
// #include "content/public/test/browser_task_environment.h"
// #include "content/public/test/test_renderer_host.h"
#include "content/public/test/web_contents_tester.h"
// #include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
// #include "ui/base/page_transition_types.h"

namespace {
class AlwaysTrigger : public TriggerPolicy {};

std::unique_ptr<TabOrganizationTrigger> MakeTestTrigger() {}
}  // namespace

class TabOrganizationTriggerObserverTest : public BrowserWithTestWindowTest {};

TEST_F(TabOrganizationTriggerObserverTest, TriggersOnTabStripModelChange) {}