| Index: tools/telemetry/telemetry/core/util.py
|
| diff --git a/tools/telemetry/telemetry/core/util.py b/tools/telemetry/telemetry/core/util.py
|
| index 2fe792feccc02b74fc9e685053f7cf7d0d366dfa..9ddfed95c6436dc0f8a96c62af4466a921476f1f 100644
|
| --- a/tools/telemetry/telemetry/core/util.py
|
| +++ b/tools/telemetry/telemetry/core/util.py
|
| @@ -77,11 +77,3 @@ def GetAvailableLocalPort():
|
| tmp.close()
|
|
|
| return port
|
| -
|
| -def CloseConnections(tab):
|
| - """Closes all TCP sockets held open by the browser."""
|
| - try:
|
| - tab.ExecuteJavaScript("""window.chrome && chrome.benchmarking &&
|
| - chrome.benchmarking.closeConnections()""")
|
| - except Exception:
|
| - pass
|
|
|