| Index: ui/views/cocoa/views_nswindow_delegate.h
|
| diff --git a/ui/views/cocoa/views_nswindow_delegate.h b/ui/views/cocoa/views_nswindow_delegate.h
|
| index 7dc64b662366a1cd4dafa54627f7bcc339e2f133..c168a48f0119cdf2ef771055a376bf4584a0da0c 100644
|
| --- a/ui/views/cocoa/views_nswindow_delegate.h
|
| +++ b/ui/views/cocoa/views_nswindow_delegate.h
|
| @@ -46,6 +46,9 @@ VIEWS_EXPORT
|
| // a notification such as NSApplicationDidHideNotification.
|
| - (void)onWindowOrderChanged:(NSNotification*)notification;
|
|
|
| +// Called whenever the Full Keyboard Access system setting is changed.
|
| +- (void)onFullKeyboardAccessModeChanged:(NSNotification*)notification;
|
| +
|
| // Notify when -[NSWindow display] is being called on the window.
|
| - (void)onWindowWillDisplay;
|
|
|
|
|