1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17

ash / app_menu / menu_util.h [blame]

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