Chromium Code Reviews| 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 fb48df2a1510ae15c2f648e9e0ebf375c5fc0fc9..c806be4c35e2a261d776ed0b4c74a3a0e3c7bd6a 100644 |
| --- a/chrome/common/extensions/api/extension_api.json |
| +++ b/chrome/common/extensions/api/extension_api.json |
| @@ -3854,7 +3854,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 cause to fall back to direct connections. Defaults to false."} |
|
Bernhard Bauer
2011/04/15 18:38:47
Nit: missing a subject here (cause what to fall ba
battre
2011/04/26 15:31:30
Done.
|
| } |
| }, |
| { |