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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 #import <Foundation/Foundation.h>
Patti Lor 2016/08/04 02:06:26 Temporary class for Objective C tracing.
2
3 @interface Tracer : NSObject
4 + (void)startTraceBrowserAccessibility;
5 + (void)browserAccessibilityEndTrace;
6 + (void)startTracePlatformNode;
7 + (void)platformNodeEndTrace;
8 @end
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698