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

Side by Side Diff: third_party/WebKit/Source/platform/probe/PlatformProbes.json5

Issue 2798453002: [instrumentation]: Move probe subscriptions to JSON5 config file from PIDL. (Closed)
Patch Set: Created 3 years, 8 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
1 { 1 {
2 settings: { 2 settings: {
3 export_symbol: "PLATFORM_EXPORT", 3 export_symbol: "PLATFORM_EXPORT",
4 default_include: "platform/probe" 4 default_include: "platform/probe",
5 probes_header: "platform/probe/PlatformProbes.h"
5 }, 6 },
6 observers: { 7 observers: {
7 PlatformTraceEvents: { 8 PlatformTraceEvents: {
8 class: "PlatformTraceEventsAgent" 9 class: "PlatformTraceEventsAgent",
10 probes: [
11 "PlatformSendRequest",
12 ]
9 } 13 }
10 } 14 }
11 } 15 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/probe/CoreProbes.pidl ('k') | third_party/WebKit/Source/platform/probe/PlatformProbes.pidl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698