chore: fix typo in NotifyWindowRequestPreferredWidth method name (#33568)
This commit is contained in:
parent
927ab3104d
commit
4615fc53ca
3 changed files with 3 additions and 3 deletions
|
@ -269,7 +269,7 @@ class NativeWindow : public base::SupportsUserData,
|
|||
|
||||
// Public API used by platform-dependent delegates and observers to send UI
|
||||
// related notifications.
|
||||
void NotifyWindowRequestPreferredWith(int* width);
|
||||
void NotifyWindowRequestPreferredWidth(int* width);
|
||||
void NotifyWindowCloseButtonClicked();
|
||||
void NotifyWindowClosed();
|
||||
void NotifyWindowEndSession();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue