Chromium Code Reviews| 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(); |
| } |