chromium/chrome/browser/ui/browser_actions_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/ui/browser_actions.h"

#include "base/test/scoped_feature_list.h"
#include "chrome/browser/ui/browser_commands.h"
#include "chrome/browser/ui/ui_features.h"
#include "chrome/test/base/browser_with_test_window_test.h"
#include "ui/base/ui_base_features.h"

class BrowserActionsTest : public BrowserWithTestWindowTest {};

TEST_F(BrowserActionsTest, DidCreateBrowserActions) {}

TEST_F(BrowserActionsTest, CheckBrowserActionsEnabledState) {}

TEST_F(BrowserActionsTest, GetCleanTitleAndTooltipText) {}