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

Unified Diff: Source/devtools/front_end/source_frame/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/settings/module.json ('k') | Source/devtools/front_end/sources/module.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/source_frame/module.json
diff --git a/Source/devtools/front_end/source_frame/module.json b/Source/devtools/front_end/source_frame/module.json
index b6e5ca20e7c17a0216ddff1dfc5759fbd17aeec9..11c2bf2a9f6791970b21a6e9e3d2857321a10ba1 100644
--- a/Source/devtools/front_end/source_frame/module.json
+++ b/Source/devtools/front_end/source_frame/module.json
@@ -9,11 +9,11 @@
"className": "WebInspector.CodeMirrorUtils.TokenizerFactory"
},
{
- "type": "ui-setting",
- "section": "Sources",
+ "type": "setting",
+ "category": "Sources",
"title": "Default indentation:",
"settingName": "textEditorIndent",
- "settingType": "select",
+ "settingType": "enum",
"options": [
["2 spaces", " "],
["4 spaces", " "],
« no previous file with comments | « Source/devtools/front_end/settings/module.json ('k') | Source/devtools/front_end/sources/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698