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

Unified Diff: Source/devtools/front_end/settings/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/settings/module.json
diff --git a/Source/devtools/front_end/settings/module.json b/Source/devtools/front_end/settings/module.json
index ca05d82042d60dc3ba0c757412df60886fb613c7..4d0fa80dbe3960ef43fdcb702d002752f8548213 100644
--- a/Source/devtools/front_end/settings/module.json
+++ b/Source/devtools/front_end/settings/module.json
@@ -19,10 +19,9 @@
"elementClass": "settings-status-bar-item"
},
{
- "type": "ui-setting",
- "section": "Sources",
- "settingType": "custom",
- "className": "WebInspector.SettingsScreen.SkipStackFramePatternSettingDelegate"
+ "type": "@WebInspector.SettingUI",
+ "category": "Sources",
+ "className": "WebInspector.SettingsScreen.SkipStackFramePatternSettingUI"
}
],
"dependencies": [

Powered by Google App Engine
This is Rietveld 408576698