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

Unified Diff: headless/lib/browser/headless_shell_application_mac.mm

Issue 2905483003: Add setHandlingEvent method the headless_application for Mac (Closed)
Patch Set: Created 3 years, 7 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 | « headless/lib/browser/headless_shell_application_mac.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/lib/browser/headless_shell_application_mac.mm
diff --git a/headless/lib/browser/headless_shell_application_mac.mm b/headless/lib/browser/headless_shell_application_mac.mm
index 12c37957b2a186902b7a31dd03cb918d5a2f86a5..d1ac00051bf1168057dc527c6b46826fa3e66a87 100644
--- a/headless/lib/browser/headless_shell_application_mac.mm
+++ b/headless/lib/browser/headless_shell_application_mac.mm
@@ -13,4 +13,8 @@
return false;
}
+// This method is required to allow handling some input events on Mac OS.
+- (void)setHandlingSendEvent:(BOOL)handlingSendEvent {
+}
+
@end
« no previous file with comments | « headless/lib/browser/headless_shell_application_mac.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698