Add options defines.
This commit is contained in:
parent
d993c92cea
commit
10c862f0bb
1 changed files with 6 additions and 0 deletions
|
@ -1 +1,7 @@
|
|||
module.exports = process.atomBinding 'content_tracing'
|
||||
|
||||
# Mirrored from content::TracingController::Options
|
||||
module.exports.DEFAULT_OPTIONS = 0
|
||||
module.exports.ENABLE_SYSTRACE = 1 << 0
|
||||
module.exports.ENABLE_SAMPLING = 1 << 1
|
||||
module.exports.RECORD_CONTINUOUSLY = << 2
|
||||
|
|
Loading…
Reference in a new issue