Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/sdk/Target.js |
| diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/Target.js b/third_party/WebKit/Source/devtools/front_end/sdk/Target.js |
| index 222c5b6aeee2071d0f783bbc41006c8ec0b0ce22..5a7b5135532a695cadcb780640d20580122a8e42 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/sdk/Target.js |
| +++ b/third_party/WebKit/Source/devtools/front_end/sdk/Target.js |
| @@ -193,10 +193,11 @@ SDK.Target.Capability = { |
| Network: 16, |
| Target: 32, |
| ScreenCapture: 64, |
| + Tracing: 128, |
|
caseq
2017/03/01 02:28:06
nit: these could perhaps be better written as (1 <
dgozman
2017/03/01 20:32:17
Done.
|
| None: 0, |
| - AllForTests: 127 |
| + AllForTests: 255 |
| }; |
| /** |