| 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 c6d715a9d8c10f2f825d8b64714e2d2b44b8c27d..65fa560b6e3fe7ef15200fc1723c221049e48bcc 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/components/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/components/module.json
|
| @@ -9,8 +9,8 @@
|
| "defaultValue": false
|
| },
|
| {
|
| - "type": "@WebInspector.DOMPresentationUtils.MarkerDecorator",
|
| - "factoryName": "WebInspector.DOMPresentationUtils.GenericDecorator",
|
| + "type": "@Components.DOMPresentationUtils.MarkerDecorator",
|
| + "factoryName": "Components.DOMPresentationUtils.GenericDecorator",
|
| "marker": "breakpoint-marker",
|
| "title": "DOM Breakpoint",
|
| "color": "rgb(105, 140, 254)"
|
| @@ -22,19 +22,19 @@
|
| "defaultValue": []
|
| },
|
| {
|
| - "type": "@WebInspector.ActionDelegate",
|
| + "type": "@UI.ActionDelegate",
|
| "actionId": "components.network-offline",
|
| "category": "Network",
|
| "title": "Go offline",
|
| - "className": "WebInspector.NetworkConditionsActionDelegate",
|
| + "className": "Components.NetworkConditionsActionDelegate",
|
| "tags": "device"
|
| },
|
| {
|
| - "type": "@WebInspector.ActionDelegate",
|
| + "type": "@UI.ActionDelegate",
|
| "actionId": "components.network-online",
|
| "category": "Network",
|
| "title": "Go online",
|
| - "className": "WebInspector.NetworkConditionsActionDelegate",
|
| + "className": "Components.NetworkConditionsActionDelegate",
|
| "tags": "device"
|
| },
|
| {
|
| @@ -43,16 +43,16 @@
|
| "id": "network-conditions",
|
| "title": "Throttling",
|
| "order": "35",
|
| - "className": "WebInspector.NetworkConditionsSettingsTab",
|
| + "className": "Components.NetworkConditionsSettingsTab",
|
| "settings": [
|
| "customNetworkConditions"
|
| ]
|
| },
|
| {
|
| - "type": "@WebInspector.ActionDelegate",
|
| + "type": "@UI.ActionDelegate",
|
| "category": "Mobile",
|
| "actionId": "components.request-app-banner",
|
| - "className": "WebInspector.RequestAppBannerActionDelegate",
|
| + "className": "Components.RequestAppBannerActionDelegate",
|
| "title": "Add to homescreen"
|
| }
|
| ],
|
|
|