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

Unified Diff: Source/devtools/front_end/profiler/module.json

Issue 1066573002: DevTools: migrate from ui-setting to settings extension point. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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/profiler/module.json
diff --git a/Source/devtools/front_end/profiler/module.json b/Source/devtools/front_end/profiler/module.json
index b6f03d66d726d47990113ad2d9a281cd3b558f94..a3f976fd0a291769791533ad5226b6da1f6db321 100644
--- a/Source/devtools/front_end/profiler/module.json
+++ b/Source/devtools/front_end/profiler/module.json
@@ -13,25 +13,25 @@
"className": "WebInspector.ProfilesPanel.ContextMenuProvider"
},
{
- "type": "ui-setting",
- "section": "Profiler",
+ "type": "setting",
+ "category": "Profiler",
"title": "Show advanced heap snapshot properties",
"settingName": "showAdvancedHeapSnapshotProperties",
- "settingType": "checkbox"
+ "settingType": "boolean"
},
{
- "type": "ui-setting",
- "section": "Profiler",
+ "type": "setting",
+ "category": "Profiler",
"title": "Record heap allocation stack traces",
"settingName": "recordAllocationStacks",
- "settingType": "checkbox"
+ "settingType": "boolean"
},
{
- "type": "ui-setting",
- "section": "Profiler",
+ "type": "setting",
+ "category": "Profiler",
"title": "High resolution CPU profiling",
"settingName": "highResolutionCpuProfiling",
- "settingType": "checkbox"
+ "settingType": "boolean"
}
],
"dependencies": [

Powered by Google App Engine
This is Rietveld 408576698