Index: Source/devtools/front_end/Settings.js |
diff --git a/Source/devtools/front_end/Settings.js b/Source/devtools/front_end/Settings.js |
old mode 100644 |
new mode 100755 |
index eb470ae5205ea1b2a1cae0c848d91de5668fe2db..a2e845adbaf0fce66567d956f33517e01743b749 |
--- a/Source/devtools/front_end/Settings.js |
+++ b/Source/devtools/front_end/Settings.js |
@@ -271,6 +271,7 @@ WebInspector.ExperimentsSettings = function() |
this.showEditorInDrawer = this._createExperiment("showEditorInDrawer", "Show editor in drawer"); |
this.gpuTimeline = this._createExperiment("gpuTimeline", "Show GPU utilization on timeline"); |
this.applyCustomStylesheet = this._createExperiment("applyCustomStylesheet", "Allow custom UI themes"); |
+ this.powerProfile = this._createExperiment("powerProfile", "Enable power profile on timeline"); |
pfeldman
2014/01/09 11:38:52
We now try to create settings locally, where they
|
this._cleanUpSetting(); |
} |