Add RemoteDeviceLifeCycle to manage the life cycle of a remote Smart Lock phone.
[chromium-blink-merge.git] / docs / linux_proxy_config.md
blob5b8d01d6e1fc707b58d3a320b3d0d64f33949018
1 # Linux Proxy Config
3 Chromium on Linux has several possible sources of proxy info: GNOME/KDE
4 settings, command-line flags, and environment variables.
6 ## GNOME and KDE
8 When Chromium detects that it is running in GNOME or KDE, it will automatically
9 use the appropriate standard proxy settings. You can configure these proxy
10 settings from the options dialog (the "Change proxy settings" button in the
11 "Under the Hood" tab), which will launch the GNOME or KDE proxy settings
12 applications, or by launching those applications directly.
14 ## Flags and environment variables
16 For other desktop environments, Chromium's proxy settings can be configured
17 using command-line flags or environment variables. These are documented on the
18 man page (`man google-chrome` or `man chromium-browser`).