blob: a4ca0bdee98d4da0d4383c6ae67acf27dae45b79 [file] [log] [blame]
// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_UI_TOOLBAR_CAST_CAST_TOOLBAR_BUTTON_UTIL_H_
#define CHROME_BROWSER_UI_TOOLBAR_CAST_CAST_TOOLBAR_BUTTON_UTIL_H_
namespace actions {
class ActionItem;
}
class BrowserWindowInterface;
class CastToolbarButtonUtil {
public:
// Adds child actions to the provided |cast_action|. Child actions are
// displayed as context menu options on the cast toolbar button.
static void AddCastChildActions(actions::ActionItem* cast_action,
BrowserWindowInterface* bwi);
};
#endif // CHROME_BROWSER_UI_TOOLBAR_CAST_CAST_TOOLBAR_BUTTON_UTIL_H_