Privacy in Chromium vs. Chrome vs. Iron

Asked by zerwas

As i have heard by many people now that they would use Chrome/Chromium if it wouldn't have so many privacy issues, i would like to ask which issues are real and what is simply FUD. Regarding privacy: Are the PPA packages any different from compiling Chromium on my own?

According to the website of SRware Iron, there are many things to be bothered about, but which one is also a problem for chromium? http://www.srware.net/en/software_srware_iron_chrome_vs_iron.php

Client-ID:
 Does this still exist in Google Chrome? In Chromium i couldn't find this ID.

Timestamp: ?

Suggest:
 Can be disabled easily in Chrome and Chromium in the options

Alternate Error Pages:
 Can be disabled easily in Chrome and Chromium in the options

Error Reporting: ?

RLZ Tracking: Only used in Chrome (can be disabled), not used in Chromium

Google Updater:
 Not available

URL Tracker: ?

Adblocker:
 Can be installed easily (not built-in, yes)

User agent:
 Can be edited manually

Question information

Language:
English Edit question
Status:
Solved
For:
Chromium Browser Edit question
Assignee:
No assignee Edit question
Solved by:
Evan Martin (Chromium)
Solved:
Last query:
Last reply:
Revision history for this message
Best Evan Martin (Chromium) (evan-chromium) said :
#1

Regarding Iron:
http://it.slashdot.org/comments.pl?sid=975817&cid=25153421

I don't even know what "Timestamp" and "URL Tracker" refer to in your list.

Here is the best list we have of the differences between Chrome and Chromium:
http://code.google.com/p/chromium/wiki/ChromiumBrowserVsGoogleChrome

Revision history for this message
Evan Martin (Chromium) (evan-chromium) said :
#2

Perhaps "URL Tracker" refers to the GoogleURLTracker class? That is used at startup to determine whether to use google.com or your local country's Google domain (like google.de or whatever).

Since Chrome is open source, you can read what it does here:
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/google_url_tracker.cc?view=markup

Revision history for this message
Simon Bohlin (simon-bohlin) said :
#3
Revision history for this message
Simon Bohlin (simon-bohlin) said :
#4

URL Tracker is what Evan said, and further is claimed to be active only when Google Search is chosen as default search provider, as is explained here: http://blog.chromium.org/2008/10/google-chrome-chromium-and-google.html

Revision history for this message
zerwas (zerwas) said :
#5

Thanks Evan Martin, that solved my question.