blob: bd778bc2f09e5aaa1000e92f59c6da1074f67090 [file] [log] [blame] [view]
andybons222c4ee2015-08-25 16:51:031# The Difference between Google Chrome and Chromium on Linux
andybons3322f762015-08-24 21:37:092
andybons222c4ee2015-08-25 16:51:033Chromium on Linux has two general flavors: You can either get
4[Google Chrome](http://www.google.com/chrome?platform=linux) or chromium-browser
5(see [Linux Chromium Packages](linux_chromium_packages.md).
6This page tries to describe the differences between the two.
andybons3322f762015-08-24 21:37:097
andybons222c4ee2015-08-25 16:51:038In short, Google Chrome is the Chromium open source project built, packaged, and
9distributed by Google. This table lists what Google adds to the Google Chrome
10builds **on Linux**.
11
12## Google Chrome
13
14* Colorful logo
15* [Reports crashes](linux_crash_dumping.md) only if turned on.
16 Please include symbolized backtraces in bug reports if you don't have crash
17 reporting turned on.
18* User metrics only if turned on
19* Video and Audio codecs (may vary by distro)
20 * AAC, H.264, MP3, Opus, Theora, Vorbis, VP8, VP9, and WAV
21* Sandboxed PPAPI (non-free) Flash plugin included in release
22* Code is tested by Chrome developers
23* Sandbox is always on
24* Single deb/rpm package
25* Profile is kept in `~/.config/google-chrome`
26* Cache is kept in `~/.cache/google-chrome`
27* New releases are tested before being sent to users
28* Google API keys are added by Google
29
30## Chromium
31
32* Blue logo
33* Does not ever [report crashes](linux_crash_dumping.md). Please include
34 symbolized backtraces in bug reports.
35* User metrics are never reported.
36* Video and Audio codecs (may vary by distro)
37 * Opus, Theora, Vorbis, VP8, VP9, and WAV by default
38* Supports NPAPI (unsandboxed) Flash plugins, including the one from Adobe in
39 Chrome 34 and below
40* Code may be modified by distributions
41* Sandbox depends on the distribution (navigate to about:sandbox to confirm)
42* Packaging depends on the distribution
43* Profile is kept in `~/.config/chromium`
44* Cache is kept in `~/.cache/chromium`
45* New release testing depends on the distribution
46 * Distributions are encouraged to track stable channel releases: see
paulirish46f31ca2015-12-07 07:58:5547 http://googlechromereleases.blogspot.com/, http://omahaproxy.appspot.com/
andybons222c4ee2015-08-25 16:51:0348 and http://gsdview.appspot.com/chromium-browser-official/
49* Google API keys depend on the distribution
xiaoyin.l1003c0b2016-12-06 02:51:1750 * See https://www.chromium.org/developers/how-tos/api-keys