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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 #include "tmp-traceclass.h"
2
3 @implementation Tracer
4 + (void)startTraceBrowserAccessibility {
5 }
6 + (void)browserAccessibilityEndTrace {
7 }
8 + (void)startTracePlatformNode {
9 }
10 + (void)platformNodeEndTrace {
11 }
12 @end
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698