Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(317)

Side by Side Diff: docs/linux_proxy_config.md

Issue 1324603002: [Docs] Another round of stylistic fixes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « docs/linux_profiling.md ('k') | docs/linux_sandbox_ipc.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Introduction 1 # Linux Proxy Config
2 2
3 Chromium on Linux has several possible sources of proxy info: GNOME/KDE settings , command-line flags, and environment variables. 3 Chromium on Linux has several possible sources of proxy info: GNOME/KDE
4 4 settings, command-line flags, and environment variables.
5 # Details
6 5
7 ## GNOME and KDE 6 ## GNOME and KDE
8 When Chromium detects that it is running in GNOME or KDE, it will automatically use the appropriate standard proxy settings. You can configure these proxy setti ngs from the options dialog (the "Change proxy settings" button in the "Under th e Hood" tab), which will launch the GNOME or KDE proxy settings applications, or by launching those applications directly. 7
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.
9 13
10 ## Flags and environment variables 14 ## Flags and environment variables
11 For other desktop environments, Chromium's proxy settings can be configured usin g command-line flags or environment variables. These are documented on the man page (`man google-chrome` or `man chromium-browser`). 15
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`).
OLDNEW
« no previous file with comments | « docs/linux_profiling.md ('k') | docs/linux_sandbox_ipc.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698