From de9d5a15141f5ce7b1e31a3b5adaf5eb8004d029 Mon Sep 17 00:00:00 2001 From: Milan Burda Date: Fri, 25 Mar 2016 22:59:46 +0100 Subject: [PATCH] Update content-tracing module --- github-electron/github-electron.content-tracing.d.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/github-electron/github-electron.content-tracing.d.ts b/github-electron/github-electron.content-tracing.d.ts index f97960dae..01a573744 100644 --- a/github-electron/github-electron.content-tracing.d.ts +++ b/github-electron/github-electron.content-tracing.d.ts @@ -4,7 +4,11 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare namespace Electron { - + /** + * The content-tracing module is used to collect tracing data generated by the underlying Chromium content module. + * This module does not include a web interface so you need to open chrome://tracing/ + * in a Chrome browser and load the generated file to view the result. + */ interface ContentTracing { /** * Get a set of category groups. The category groups can change as new code paths are reached.