Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index f72c3960d34c985039014b057a46c9652657b41f..b543087592bc4d242003b579e00eefb953e51c55 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -606,6 +606,11 @@ const char kIgnoreCertificateErrors[] = "ignore-certificate-errors"; |
// These mappings only apply to the host resolver. |
const char kHostResolverRules[] = "host-resolver-rules"; |
+// Uses a specified proxy server, overrides system settings. This switch only |
+// affects HTTP and HTTPS requests. ARC-apps use only HTTP proxy server with the |
+// highest priority. |
+const char kProxyServer[] = "proxy-server"; |
+ |
// Ignores GPU blacklist. |
const char kIgnoreGpuBlacklist[] = "ignore-gpu-blacklist"; |