Commit 9f1958fa authored by pfeldman's avatar pfeldman Committed by Commit bot

DevTools: unquote 'true' in the protocol definition.

BUG=625341
TBR=dgozman

Review-Url: https://codereview.chromium.org/2138463002
Cr-Commit-Position: refs/heads/master@{#404543}
parent 54c8f535
......@@ -4318,8 +4318,8 @@
"type": "object",
"properties": [
{ "name": "devices", "type": "array", "items": { "$ref": "GPUDevice" }, "description": "The graphics devices on the system. Element 0 is the primary GPU." },
{ "name": "auxAttributes", "type": "object", "optional": "true", "description": "An optional dictionary of additional GPU related attributes." },
{ "name": "featureStatus", "type": "object", "optional": "true", "description": "An optional dictionary of graphics features and their status." },
{ "name": "auxAttributes", "type": "object", "optional": true, "description": "An optional dictionary of additional GPU related attributes." },
{ "name": "featureStatus", "type": "object", "optional": true, "description": "An optional dictionary of graphics features and their status." },
{ "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."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment