Hello,
I am trying to figure out which part of the source code sets the proxy server when Chromium is run with cmd flags e.g. "chromium.exe --proxy-server=127.0.0.1:8.0.8.0". At first I thought it was ConfigureNetworkContextParams in content_browser_client_impl.cc, but it seems that it's not it, as when I hardcode a custom ip:port address, it does not work.
Any tips/pointers would be helpful