mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 74.0.3706.0 (#632463)
This commit is contained in:
@@ -18,7 +18,6 @@ class MenuModel;
|
||||
namespace views {
|
||||
|
||||
class MenuInsertionDelegateWin;
|
||||
class MenuListener;
|
||||
|
||||
// An interface that wraps an object that implements a menu.
|
||||
class MenuWrapper {
|
||||
@@ -58,12 +57,6 @@ class MenuWrapper {
|
||||
// nothing.
|
||||
virtual MenuAction GetMenuAction() const = 0;
|
||||
|
||||
// Add a listener to receive a callback when the menu opens.
|
||||
virtual void AddMenuListener(MenuListener* listener) = 0;
|
||||
|
||||
// Remove a menu listener.
|
||||
virtual void RemoveMenuListener(MenuListener* listener) = 0;
|
||||
|
||||
// Sets the minimum width of the menu.
|
||||
virtual void SetMinimumWidth(int width) = 0;
|
||||
};
|
||||
|
Reference in New Issue
Block a user