Re: Dynamic updation of proxy configs

94 views
Skip to first unread message

Ted Choc

unread,
Sep 13, 2020, 6:09:21 PM9/13/20
to Kaushalendra Mishra, Chromium-dev, ha...@chromium.org, Ted Choc
+Chromium-dev - Please ask your questions to the broader audience wherever possible.

With that said, command line settings always require a browser restart to be picked up, so that sounds like this is working as expected in Chromium.

- Ted

On Sat, Sep 12, 2020 at 3:50 AM Kaushalendra Mishra <kmish...@gmail.com> wrote:
Dear Chromium Authors,

Greetings,

I was checking about the proxy configuration for android in chromium as seen in the below link I am able to set and get the confis at startup using command line switch.

But I am not able to change the configs at runtime without browser restart.

Can you please help me in this regard.



Thanks
Kaushalendra Mishra 

Eric Roman

unread,
Sep 14, 2020, 5:55:19 PM9/14/20
to ted...@chromium.org, Kaushalendra Mishra, Chromium-dev, ha...@chromium.org
Two other options are to change the system proxy settings, or push Chrome proxy settings via policy (https://cloud.google.com/docs/chrome-enterprise/policies/?policy=ProxyMode)

--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAFs4gPreOEG9fa2CBw--iybvaR8ewZYieNbayXrecJDBtuu3NQ%40mail.gmail.com.

Satish Nada

unread,
Apr 27, 2021, 1:57:16 PM4/27/21
to Chromium-dev, Eric Roman, kmish...@gmail.com, Chromium-dev, Hans Wennborg, Ted Choc
Hello Respected,

As i have build Android chromium successfully and its working fine all feature on android device 
So now we need to solution for Setup Proxy on this chromium build as like below code or kind of Tor 
Proxy proxy = new Proxy(Proxy.Type.SOCKS, new InetSocketAddress("localhost", 9050));

Is there any one have idea about his where i can write this code to make this proxy work on Chromium android build.

I have build android project with Below GN 
target_os = "android"
target_cpu = "arm64"
is_debug = false
android_channel = "stable"
is_official_build = true
is_component_build = false
is_clang = true
symbol_level = 0
blink_symbol_level=0
use_unofficial_version_number = false
v8_use_external_startup_data = true
fieldtrial_testing_like_official_build = true
icu_use_data_file = false
ffmpeg_branding = "Chrome"
proprietary_codecs = true
multidex_in_release = true
exclude_unwind_tables = true

Is there any solution or any suggestion for this 
Thank you in advance.
Reply all
Reply to author
Forward
0 new messages