Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 476b22feefcbd57c6880ea5f7b599fe99374853c..946ed6693e792aa80a333b90d00eb5e2a7ac7c96 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -291,6 +291,9 @@ const char kDisableOfflineAutoReload[] = "disable-offline-auto-reload"; |
const char kDisableOfflineAutoReloadVisibleOnly[] = |
"disable-offline-auto-reload-visible-only"; |
+// Disable out-of-process V8 proxy resolver. |
+const char kDisableOutOfProcessPac[] = "disable-out-of-process-pac"; |
+ |
// Disable the setting to prompt the user for their OS account password before |
// revealing plaintext passwords in the password manager. |
const char kDisablePasswordManagerReauthentication[] = |