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

Unified Diff: tmp-traceclass.h

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.h
diff --git a/tmp-traceclass.h b/tmp-traceclass.h
new file mode 100644
index 0000000000000000000000000000000000000000..0a955b3057ff364cfe24db4a5c72aff68df37389
--- /dev/null
+++ b/tmp-traceclass.h
@@ -0,0 +1,8 @@
+#import <Foundation/Foundation.h>
Patti Lor 2016/08/04 02:06:26 Temporary class for Objective C tracing.
+
+@interface Tracer : NSObject
++ (void)startTraceBrowserAccessibility;
++ (void)browserAccessibilityEndTrace;
++ (void)startTracePlatformNode;
++ (void)platformNodeEndTrace;
+@end

Powered by Google App Engine
This is Rietveld 408576698