chromium/ash/app_menu/menu_util.h

// 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.

#ifndef ASH_APP_MENU_MENU_UTIL_H_
#define ASH_APP_MENU_MENU_UTIL_H_

#include "ash/app_menu/app_menu_export.h"

namespace ash {

// Hides the active context menu if it exists, with no animation.
APP_MENU_EXPORT void HideActiveContextMenu();

}  // namespace ash

#endif  // ASH_APP_MENU_MENU_UTIL_H_