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

Unified Diff: third_party/WebKit/Source/devtools/front_end/components/module.json

Issue 2671583003: DevTools: move custom formatter setting to SDK (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | third_party/WebKit/Source/devtools/front_end/sdk/module.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/components/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/components/module.json b/third_party/WebKit/Source/devtools/front_end/components/module.json
index 41e850a5d6df25ac5533e4cbf9c5c95f31460221..23882e4b61f70b6dc18d65f0409df1e5d2286124 100644
--- a/third_party/WebKit/Source/devtools/front_end/components/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/components/module.json
@@ -1,14 +1,6 @@
{
"extensions": [
{
- "type": "setting",
- "category": "Console",
- "title": "Enable custom formatters",
- "settingName": "customFormatters",
- "settingType": "boolean",
- "defaultValue": false
- },
- {
"type": "@Components.DOMPresentationUtils.MarkerDecorator",
"factoryName": "Components.DOMPresentationUtils.GenericDecorator",
"marker": "breakpoint-marker",
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/sdk/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698