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

Unified Diff: chrome/browser/chrome_browser_application_mac.mm

Issue 1946443002: trace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: with bail text Created 4 years, 8 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
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_view_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_application_mac.mm
diff --git a/chrome/browser/chrome_browser_application_mac.mm b/chrome/browser/chrome_browser_application_mac.mm
index 16e8b286e4855d1a337e5527d6f84c1614ca0f85..fa5c73ba0690edfb6d083b6ff68b9c8c8a6fc70b 100644
--- a/chrome/browser/chrome_browser_application_mac.mm
+++ b/chrome/browser/chrome_browser_application_mac.mm
@@ -338,6 +338,10 @@ void CancelTerminate() {
break;
}
+ case NSKeyDown:
+ NSLog(@"%@", event);
+ // fallthrough.
+
default: {
base::mac::ScopedSendingEvent sendingEventScoper;
[super sendEvent:event];
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_view_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698