0
Files
src/docs/chromium_browser_vs_google_chrome.md
Dale Curtis 8a6bf7c6bc Update docs for media codecs in Chromium vs Chrome.
MP3, FLAC, and AV1 are all codecs that were added in Chromium and
Chrome.

R=ddorwin

Change-Id: I4c0cfed8eb68a56489d9147d4e35a7148bdc58b8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552985
Commit-Queue: Dale Curtis <dalecurtis@chromium.org>
Reviewed-by: David Dorwin <ddorwin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#829839}
2020-11-20 22:50:58 +00:00

2.3 KiB

The Difference between Google Chrome and Chromium on Linux

Chromium on Linux has two general flavors: You can either get Google Chrome or chromium-browser (see Linux Chromium Packages). This page tries to describe the differences between the two.

In short, Google Chrome is the Chromium open source project built, packaged, and distributed by Google. This table lists what Google adds to the Google Chrome builds on Linux.

Google Chrome

  • Colorful logo
  • Reports crashes only if turned on. Please include symbolized backtraces in bug reports if you don't have crash reporting turned on.
  • User metrics only if turned on
  • Video and Audio codecs (may vary by distribution)
    • H.264, AV1, VP8, and VP9 video codecs.
    • AAC, MP3, Opus, Theora, Vorbis, FLAC, and WAV audio codecs.
  • Sandboxed PPAPI (non-free) Flash plugin included in release
  • Code is tested by Chrome developers
  • Sandbox is always on
  • Single deb/rpm package
  • Profile is kept in ~/.config/google-chrome
  • Cache is kept in ~/.cache/google-chrome
  • New releases are tested before being sent to users
  • Google API keys are added by Google

Chromium