chromium/chrome/test/data/webui/history_clusters_internals/history_clusters_internals_browsertest.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 "base/strings/stringprintf.h"
#include "base/test/scoped_feature_list.h"
#include "chrome/browser/ui/browser_tabstrip.h"
#include "chrome/test/base/ui_test_utils.h"
#include "chrome/test/base/web_ui_mocha_browser_test.h"
#include "components/history_clusters/core/features.h"
#include "components/history_clusters/core/url_constants.h"
#include "components/history_clusters/history_clusters_internals/webui/url_constants.h"
#include "content/public/test/browser_test.h"

class HistoryClustersInternalsDisabledBrowserTest
    : public WebUIMochaBrowserTest {};

IN_PROC_BROWSER_TEST_F(HistoryClustersInternalsDisabledBrowserTest,
                       InternalsPageFeatureDisabled) {}

class HistoryClustersInternalsBrowserTest
    : public HistoryClustersInternalsDisabledBrowserTest {};

IN_PROC_BROWSER_TEST_F(HistoryClustersInternalsBrowserTest,
                       InternalsPageFeatureEnabled) {}