From e0e4c1b54cba8463fdb6a00c11fccef687b0e341 Mon Sep 17 00:00:00 2001 From: Robo Date: Fri, 10 Jul 2015 13:56:21 +0530 Subject: [PATCH] doc: kProxyPacUrl support --- docs/api/chrome-command-line-switches.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api/chrome-command-line-switches.md b/docs/api/chrome-command-line-switches.md index 62bfa2450ca0..d55dea4c1b5a 100644 --- a/docs/api/chrome-command-line-switches.md +++ b/docs/api/chrome-command-line-switches.md @@ -36,6 +36,10 @@ Enables remote debug over HTTP on the specified `port`. Uses a specified proxy server, overrides system settings. This switch only affects HTTP and HTTPS requests. +## --proxy-pac-url=`url` + +Uses the PAC script at the specified `url`. + ## --no-proxy-server Don't use a proxy server, always make direct connections. Overrides any other