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

Unified Diff: tmp-traceclass.mm

Issue 2210763002: MacViews a11y: Sync VoiceOver cursor with keyboard focus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: tmp-traceclass.mm
diff --git a/tmp-traceclass.mm b/tmp-traceclass.mm
new file mode 100644
index 0000000000000000000000000000000000000000..2ed086251d68ec1b2abd260604b336bc310f7bf5
--- /dev/null
+++ b/tmp-traceclass.mm
@@ -0,0 +1,12 @@
+#include "tmp-traceclass.h"
+
+@implementation Tracer
++ (void)startTraceBrowserAccessibility {
+}
++ (void)browserAccessibilityEndTrace {
+}
++ (void)startTracePlatformNode {
+}
++ (void)platformNodeEndTrace {
+}
+@end

Powered by Google App Engine
This is Rietveld 408576698