Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index cddfdc5f59259afc115b91cb1ea9f501014a052d..644c4a03c0707b1617af75548d5105b71e4a9d4a 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1056,6 +1056,11 @@ const char kUnlimitedStorage[] = "unlimited-storage"; |
const char kUnsafelyTreatInsecureOriginAsSecure[] = |
"unsafely-treat-insecure-origin-as-secure"; |
+// Pass the full https:// URL to PAC (Proxy Auto Config) scripts. As opposed to |
+// the default behavior which strips path and query components before passing |
+// to the PAC scripts. |
+const char kUnsafePacUrl[] = "unsafe-pac-url"; |
+ |
// A string used to override the default user agent with a custom one. |
const char kUserAgent[] = "user-agent"; |