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

Side by Side Diff: docs/chromium_browser_vs_google_chrome.md

Issue 2545363002: Use HTTPS links for Google domains in docs (Closed)
Patch Set: Modify two more files in subdirectories Created 4 years 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/browser_view_resizer.md ('k') | docs/chromoting_android_hacking.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 # The Difference between Google Chrome and Chromium on Linux 1 # The Difference between Google Chrome and Chromium on Linux
2 2
3 Chromium on Linux has two general flavors: You can either get 3 Chromium on Linux has two general flavors: You can either get
4 [Google Chrome](http://www.google.com/chrome?platform=linux) or chromium-browser 4 [Google Chrome](http://www.google.com/chrome?platform=linux) or chromium-browser
5 (see [Linux Chromium Packages](linux_chromium_packages.md). 5 (see [Linux Chromium Packages](linux_chromium_packages.md).
6 This page tries to describe the differences between the two. 6 This page tries to describe the differences between the two.
7 7
8 In short, Google Chrome is the Chromium open source project built, packaged, and 8 In short, Google Chrome is the Chromium open source project built, packaged, and
9 distributed by Google. This table lists what Google adds to the Google Chrome 9 distributed by Google. This table lists what Google adds to the Google Chrome
10 builds **on Linux**. 10 builds **on Linux**.
(...skipping 29 matching lines...) Expand all
40 * Code may be modified by distributions 40 * Code may be modified by distributions
41 * Sandbox depends on the distribution (navigate to about:sandbox to confirm) 41 * Sandbox depends on the distribution (navigate to about:sandbox to confirm)
42 * Packaging depends on the distribution 42 * Packaging depends on the distribution
43 * Profile is kept in `~/.config/chromium` 43 * Profile is kept in `~/.config/chromium`
44 * Cache is kept in `~/.cache/chromium` 44 * Cache is kept in `~/.cache/chromium`
45 * New release testing depends on the distribution 45 * New release testing depends on the distribution
46 * Distributions are encouraged to track stable channel releases: see 46 * Distributions are encouraged to track stable channel releases: see
47 http://googlechromereleases.blogspot.com/, http://omahaproxy.appspot.com / 47 http://googlechromereleases.blogspot.com/, http://omahaproxy.appspot.com /
48 and http://gsdview.appspot.com/chromium-browser-official/ 48 and http://gsdview.appspot.com/chromium-browser-official/
49 * Google API keys depend on the distribution 49 * Google API keys depend on the distribution
50 * See http://www.chromium.org/developers/how-tos/api-keys 50 * See https://www.chromium.org/developers/how-tos/api-keys
OLDNEW
« no previous file with comments | « docs/browser_view_resizer.md ('k') | docs/chromoting_android_hacking.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698