| Index: third_party/WebKit/Source/devtools/front_end/inspector.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/inspector.json b/third_party/WebKit/Source/devtools/front_end/inspector.json
|
| index 6a950c4185c778a49e64efe636e15da20e67b8b0..2858e8944a380576727abd769c5a247859f5e80c 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/inspector.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/inspector.json
|
| @@ -25,7 +25,7 @@
|
| { "name": "security", "condition": "!v8only" },
|
| { "name": "console" },
|
| { "name": "source_frame" },
|
| - { "name": "cm_modes", "type": "remote" },
|
| + { "name": "cm_modes", "type": "remoteInRelease" },
|
| { "name": "settings" },
|
| { "name": "layers", "condition": "!v8only" },
|
| { "name": "snippets" },
|
| @@ -34,8 +34,8 @@
|
| { "name": "accessibility", "condition": "!v8only" },
|
| { "name": "animation", "condition": "!v8only" },
|
| { "name": "es_tree" },
|
| - { "name": "screencast", "condition": "remoteFrontend", "type": "remote" },
|
| - { "name": "emulated_devices", "condition": "!v8only" , "type": "remote" }
|
| + { "name": "screencast", "condition": "remoteFrontend", "type": "remoteInRelease" },
|
| + { "name": "emulated_devices", "condition": "!v8only" , "type": "remoteInRelease" }
|
| ],
|
|
|
| "has_html": true
|
|
|