chrome.benchmarking.closeConnections(); chrome.benchmarking.clearHostResolverCache();
I'm using that two functions in my project (chrome-har-capturer): I use the Runtime.evaluate command of the Remote Debugging Protocol to issue:chrome.benchmarking.closeConnections(); chrome.benchmarking.clearHostResolverCache();to the remote instance of Chrome (started with --enable-benchmarking).Yesterday I noticed that on Chrome v27 (I can't be more specific right now...) that two functions were missing, though the chrome.benchmarking object is still there.
I have the same issue with chrome beta version 28.0.1500.36 dev. Have you found an answer?
I totally missed that, the last time I checked that website...
Thanks, you solved one big issue to me.
Cheers!