| Index: chrome/common/extensions/api/extension_api.json
|
| diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json
|
| index 85eac7bcf291acf14e4195e8d06de0e27627a023..28e3565061acec780ce470e90cb4262a0510f001 100644
|
| --- a/chrome/common/extensions/api/extension_api.json
|
| +++ b/chrome/common/extensions/api/extension_api.json
|
| @@ -3994,7 +3994,8 @@
|
| "description": "An object holding proxy auto-config information. Exactly one of the fields should be non-empty.",
|
| "properties": {
|
| "url": {"type": "string", "optional": true, "description": "URL of the PAC file to be used."},
|
| - "data": {"type": "string", "optional": true, "description": "A PAC script."}
|
| + "data": {"type": "string", "optional": true, "description": "A PAC script."},
|
| + "mandatory": {"type": "boolean", "optional": true, "description": "If true, an invalid PAC script will prevent the network stack from falling back to direct connections. Defaults to false."}
|
| }
|
| },
|
| {
|
|
|