Recently, we\'ve started to get these kind of warnings on the console when running Protractor tests:
[12252:14584:1207/223118.187:ERROR:process_metrics.cc(10
You should be able to pass the --silent flag to chromedriver in your conf file. Something like:
--silent
capabilities: { browserName' : 'chrome', 'chromeOptions' : { args: ['--silent'] } } }