Index: content/browser/devtools/browser_protocol.json |
diff --git a/content/browser/devtools/browser_protocol.json b/content/browser/devtools/browser_protocol.json |
index 53ad99cd4465730f95cb870d7111fec7b8443348..51388e0aaa8002f5fc1f6f9f3283090d899cdefe 100644 |
--- a/content/browser/devtools/browser_protocol.json |
+++ b/content/browser/devtools/browser_protocol.json |
@@ -26,15 +26,6 @@ |
{ "name": "driverBugWorkarounds", "type": "array", "items": { "type": "string" }, "description": "An optional array of GPU driver bug workarounds." } |
], |
"description": "Provides information about the GPU(s) on the system." |
- }, |
- { |
- "id": "SystemInfo", |
- "type": "object", |
- "properties": [ |
- { "name": "gpu", "$ref": "GPUInfo", "description": "Information about the GPUs on the system." }, |
- { "name": "modelName", "type": "string", "description": "A platform-dependent description of the model of the machine. On Mac OS, this is, for example, 'MacBookPro 10.1'. Will be the empty string if not supported." } |
- ], |
- "description": "Provides information about the system." |
} |
], |
"commands": [ |
@@ -42,7 +33,9 @@ |
"name": "getInfo", |
"description": "Returns information about the system.", |
"returns": [ |
- { "name": "info", "$ref": "SystemInfo", "description": "Information about the system." } |
+ { "name": "gpu", "$ref": "GPUInfo", "description": "Information about the GPUs on the system." }, |
+ { "name": "modelName", "type": "string", "description": "A platform-dependent description of the model of the machine. On Mac OS, this is, for example, 'MacBookPro'. Will be the empty string if not supported." }, |
+ { "name": "modelVersion", "type": "string", "description": "A platform-dependent description of the version of the machine. On Mac OS, this is, for example, '10.1'. Will be the empty string if not supported." } |
], |
"handlers": ["browser"] |
} |