Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Unified Diff: ui/views/cocoa/views_nswindow_delegate.h

Issue 1690543004: MacViews: Implement Full Keyboard Access. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix FocusManagerTest.StoreFocusedView Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698