blob: 7aadbf221dcfc51ec50f15492acd2a7b4bbf327e [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
Tom Anderson93e49e492019-12-23 19:55:375(see [Linux Chromium Packages](linux/chromium_packages.md)).
andybons222c4ee2015-08-25 16:51:036This 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
Tom Anderson93e49e492019-12-23 19:55:3715* [Reports crashes](linux/crash_dumping.md) only if turned on.
andybons222c4ee2015-08-25 16:51:0316 Please include symbolized backtraces in bug reports if you don't have crash
17 reporting turned on.
18* User metrics only if turned on
Dale Curtis8a6bf7c2020-11-20 22:50:5819* Video and Audio codecs (may vary by distribution)
20 * **H.264**, AV1, VP8, and VP9 video codecs.
21 * **AAC**, MP3, Opus, Theora, Vorbis, FLAC, and WAV audio codecs.
andybons222c4ee2015-08-25 16:51:0322* 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
Tom Anderson93e49e492019-12-23 19:55:3733* Does not ever [report crashes](linux/crash_dumping.md). Please include
andybons222c4ee2015-08-25 16:51:0334 symbolized backtraces in bug reports.
35* User metrics are never reported.
Dale Curtis8a6bf7c2020-11-20 22:50:5836* Video and Audio codecs (may vary by distribution)
37 * AV1, VP8, and VP9 video codecs.
38 * MP3, Opus, Theora, Vorbis, FLAC, and WAV audio codecs.
andybons222c4ee2015-08-25 16:51:0339* Code may be modified by distributions
40* Sandbox depends on the distribution (navigate to about:sandbox to confirm)
41* Packaging depends on the distribution
42* Profile is kept in `~/.config/chromium`
43* Cache is kept in `~/.cache/chromium`
44* New release testing depends on the distribution
45 * Distributions are encouraged to track stable channel releases: see
Francois Marier48abcb692023-09-19 22:48:5946 https://chromereleases.googleblog.com/,
47 https://chromiumdash.appspot.com/releases?platform=Linux
48 and https://gsdview.appspot.com/chromium-browser-official/
andybons222c4ee2015-08-25 16:51:0349* Google API keys depend on the distribution
xiaoyin.l1003c0b2016-12-06 02:51:1750 * See https://www.chromium.org/developers/how-tos/api-keys