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

Unified Diff: Source/devtools/front_end/Settings.js

Issue 212683005: Timeline Trace viewer prototype (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixed tracing.html Created 6 years, 9 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: Source/devtools/front_end/Settings.js
diff --git a/Source/devtools/front_end/Settings.js b/Source/devtools/front_end/Settings.js
index c9110fc9fd55130c3cae27641b58403d3d2651b5..75ada27e031e6a3c5a033431411dd2f9f6d715ce 100644
--- a/Source/devtools/front_end/Settings.js
+++ b/Source/devtools/front_end/Settings.js
@@ -342,6 +342,7 @@ WebInspector.ExperimentsSettings = function(experimentsEnabled)
this.heapSnapshotStatistics = this._createExperiment("heapSnapshotStatistics", "Show memory breakdown statistics in heap snapshots");
this.timelineNoLiveUpdate = this._createExperiment("timelineNoLiveUpdate", "Timeline w/o live update");
this.powerProfiler = this._createExperiment("powerProfiler", "Enable power mode in Timeline");
+ this.traceViewer = this._createExperiment("traceViewer", "Show Trace viewer in Timeline");
pfeldman 2014/03/26 18:32:09 "trace viewer" would add to the confusion. lets ca
caseq 2014/03/28 17:13:41 renamed to timelineTracingMode
this._cleanUpSetting();
}

Powered by Google App Engine
This is Rietveld 408576698