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

Unified Diff: Source/devtools/front_end/main/Main.js

Issue 661023002: DevTools: move JS sampling Timeline out of experimental (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | Source/devtools/front_end/timeline/TimelineFlameChart.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/main/Main.js
diff --git a/Source/devtools/front_end/main/Main.js b/Source/devtools/front_end/main/Main.js
index b29ebf481ca7acfe4abacc60e652d4c25dead32d..168dc01f56eed31c627853f3df06cc62124833e6 100644
--- a/Source/devtools/front_end/main/Main.js
+++ b/Source/devtools/front_end/main/Main.js
@@ -170,7 +170,7 @@ WebInspector.Main.prototype = {
if (testPath.indexOf("documentation/") !== -1)
Runtime.experiments.enableForTest("documentation");
} else {
- Runtime.experiments.setDefaultExperiments(["timelineOnTraceEvents"]);
+ Runtime.experiments.setDefaultExperiments(["timelineOnTraceEvents", "timelineJSCPUProfile"]);
}
},
« no previous file with comments | « no previous file | Source/devtools/front_end/timeline/TimelineFlameChart.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698