Chromium Code Reviews| Index: Source/devtools/protocol.json |
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json |
| index 0507f61404d992fadcbf0a7defab17c6b2f492e1..34463f16b09c849d4bffdd8677352387be253546 100644 |
| --- a/Source/devtools/protocol.json |
| +++ b/Source/devtools/protocol.json |
| @@ -4183,6 +4183,14 @@ |
| ], |
| "hidden": true, |
| "handlers": ["browser", "frontend"] |
| + }, |
| + { |
| + "name": "accuracyLevel", |
|
yurys
2014/06/17 07:38:39
style: getAccuracyLevel
|
| + "description": "Describes the accuracy level of the data provider.", |
| + "returns": [ |
| + { "name": "result", "type": "string", "enum": ["high", "medium", "low"] } |
| + ], |
| + "handlers": ["browser", "frontend"] |
| } |
| ], |
| "events": [ |