| Index: Source/devtools/front_end/Settings.js
|
| diff --git a/Source/devtools/front_end/Settings.js b/Source/devtools/front_end/Settings.js
|
| index 9e820cf3762e3d58de194443ee7f6a97419a321e..f202dc9f143b1bbaa9db549b3b1b13d591bd1a88 100644
|
| --- a/Source/devtools/front_end/Settings.js
|
| +++ b/Source/devtools/front_end/Settings.js
|
| @@ -343,6 +343,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.timelineTracingMode = this._createExperiment("timelineTracingMode", "Enable Tracing mode in Timeline");
|
|
|
| this._cleanUpSetting();
|
| }
|
|
|