Chromium Code Reviews| 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 |