Not sure what this guy is trying to say, but basically any kind of 'protection' based on connection to a server compromises your privacy. For example, an anti-phishing feature that is turned on by default in most browsers essentially reports EVERY page you visit to the anti-phishing protection server (obviously, in order to check whether a site is 'good', you must pass the site URL to the server, hence the server can log the URL, what would have stopped it from doing this?). Does not it concern anybody?
Not necessarily. It may be what Internet Explorer does for their malware protection, but Firefox certainly does not work this way.
The SafeBrowsing protection in Firefox downloads the entire malware/phishing database from Google in a highly compressed format, through incremental updates, and this is completely uncorrelated to what you visit.
If an URL you browse to is found as a match in that local database, then and only then is a lookup to a remote server done to check if the compressed URL was not a false positive, and if it's still up to date. This lookup isn't even of the URL you visited, but of the SHA-256 of it. This allows to verify if it was a known malware URL, but it is not possible to reverse it and obtain your URL if the hit was a false positive (due to the compression).
Firefox has some additional privacy protection here in that it will check a whole bunch of random entries from the local database whenever there is a hit, so even the party at the other end (Google) can't tell what malware URL, if any, you actually hit.
Google has added an additional, undocumented SafeBrowsing service to Chrome to check downloaded files, and that one does send the URL off to Google for scanning, but Mozilla has refused to implement this feature in Firefox until the privacy concerns can be addressed.
Note that, aside from being much better for privacy, using a local database is obviously of much higher performance than contacting a remote server for every URL.
Overall I'm not impressed with chrome's download safety features. Last I checked it flagged any unknown exes on http://dl.dropbox.com but trusted unknown exes on https://dl.dropbox.com.