| 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 989d82d99d6d06281d103e2098acb9090fac6b89..8993dcc1e3e63abf1518f91f490fda2b58a77f88 100644
|
| --- a/chrome/common/extensions/api/extension_api.json
|
| +++ b/chrome/common/extensions/api/extension_api.json
|
| @@ -4000,7 +4000,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."}
|
| }
|
| },
|
| {
|
|
|