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

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

Issue 1066573002: DevTools: migrate from ui-setting to settings extension point. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comments addressed 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
« no previous file with comments | « Source/devtools/front_end/sources/module.json ('k') | Source/devtools/front_end/ui/SettingsUI.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/timeline/module.json
diff --git a/Source/devtools/front_end/timeline/module.json b/Source/devtools/front_end/timeline/module.json
index 9b1cc123d72580859d8c7758f024cf945888d990..5b6a641e1c4461afb449d61f34bf67f47c9b42f0 100644
--- a/Source/devtools/front_end/timeline/module.json
+++ b/Source/devtools/front_end/timeline/module.json
@@ -8,11 +8,11 @@
"className": "WebInspector.TimelinePanelFactory"
},
{
- "type": "ui-setting",
- "section": "Profiler",
+ "type": "setting",
+ "category": "Profiler",
"title": "Hide chrome frame in Layers view",
"settingName": "frameViewerHideChromeWindow",
- "settingType": "checkbox"
+ "settingType": "boolean"
},
{
"type": "@WebInspector.QueryParamHandler",
« no previous file with comments | « Source/devtools/front_end/sources/module.json ('k') | Source/devtools/front_end/ui/SettingsUI.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698