Chrome - command line arguments

List list some command lines arguments that can tweak the security. For example disable unsecure fallback to rc4 ciphersuites.

Disable Insecure Cipher Suites
--cipher-suite-blacklist=0x0004,0x0005,0xc011,0xc007Disable RC4 suites
0x0004 := RSA_WITH_RC4_128_MD5
0x0005 := RSA_WITH_RC4_128_SHA
0xc011 := ECDHE_RSA_WITH_RC4_128_SHA
0xc007 := ECDHE_ECDSA_WITH_RC4_128_SHA
--disable-background-mode Background apps won't continue to run when Chrome exits.
--disable-plugins Prevents all plugins from running
--disable-plugins-discovery Disables the discovery of missing plugins
--disable-preconnect Disables speculative TCP/IP preconnections
--disable-translate Disables the Google Translate feature
--dns-prefetch-disable Disable DNS prefetching
--no-pings No hyperlink auditing pings
--no-referrers Use Chrome without sending referrers
--purge-memory-button Add purge memory button to Chrome
--ssl-version-min Specify the minimum SSL version accepted
--disable-metrics Completely disables UMA metrics system.
--no-displaying-insecure-contentBy default, an https page can load images, fonts or frames from an http page. This switch overrides this to block this lesser mixed-content problem.
--enable-potentially-annoying-security-featuresEnables a number of potentially annoying security features (strict mixed content mode, powerful feature restrictions, etc.)