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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sdk/Target.js

Issue 2722993002: [DevTools] Turn TracingManager into SDKModel. (Closed)
Patch Set: Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
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
};
/**

Powered by Google App Engine
This is Rietveld 408576698