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

Unified Diff: content/public/browser/render_widget_host_view_mac_delegate.h

Issue 370293004: mac: Load the system hotkeys after launch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Histograms and dchecks. Created 6 years, 5 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: content/public/browser/render_widget_host_view_mac_delegate.h
diff --git a/content/public/browser/render_widget_host_view_mac_delegate.h b/content/public/browser/render_widget_host_view_mac_delegate.h
index c00d8bd3109183e07a0f57f5f5e916720e60e5c9..db1d36c9bf36311410362a030d8fee3be5150bc7 100644
--- a/content/public/browser/render_widget_host_view_mac_delegate.h
+++ b/content/public/browser/render_widget_host_view_mac_delegate.h
@@ -60,6 +60,9 @@ class WebMouseWheelEvent;
// |event|.
- (void)rendererHandledWheelEvent:(const blink::WebMouseWheelEvent&)event
consumed:(BOOL)consumed;
+
+// Whether the event is reserved by OSX.
+- (BOOL)eventIsReservedBySystem:(NSEvent*)event;
Avi (use Gerrit) 2014/07/07 21:57:49 No matter what the embedder is, this feature is ne
erikchen 2014/07/08 01:51:39 I wasn't sure whether this feature should be embed
Robert Sesek 2014/07/08 13:40:00 I don't know if this should be embedder-agnostic o
erikchen 2014/07/10 02:07:31 Given that avi has a clear preference, and that my
@end
#endif // CONTENT_PUBLIC_BROWSER_RENDER_WIDGET_HOST_VIEW_MAC_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698