Index: chrome/browser/ui/cocoa/chrome_event_processing_window.h |
diff --git a/chrome/browser/ui/cocoa/chrome_event_processing_window.h b/chrome/browser/ui/cocoa/chrome_event_processing_window.h |
index a5f65cb1003ac0e3ad2bfa77c054541d3cd3d358..ffef834c8c38d44d52edc9309df54ccfa424704f 100644 |
--- a/chrome/browser/ui/cocoa/chrome_event_processing_window.h |
+++ b/chrome/browser/ui/cocoa/chrome_event_processing_window.h |
@@ -17,7 +17,8 @@ |
// processing); subclassing NSWindow is the only method to do |
// this. |
@interface ChromeEventProcessingWindow |
- : UnderlayOpenGLHostingWindow<CommandDispatchingWindow> |
+ : UnderlayOpenGLHostingWindow<CommandDispatchingWindow, |
+ NSUserInterfaceValidations> |
tapted
2015/09/03 04:15:38
NSWindow already conforms to NSUserInterfaceValida
jackhou1
2015/09/03 06:15:39
Done.
|
// Checks if |event| is a window, delayed window, or browser keyboard shortcut. |
// (See global_keyboard_shortcuts_mac.h for details). If so, execute the |