Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Unified Diff: telemetry/telemetry/core/network_controller.py

Issue 2265593003: [Telemetry] Explictly intialize & clean up network_controller (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Fix testRestoreBrowserWithMultipleTabs for real part 2 Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | telemetry/telemetry/internal/browser/browser_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/core/network_controller.py
diff --git a/telemetry/telemetry/core/network_controller.py b/telemetry/telemetry/core/network_controller.py
index 5acb034ad8473b3f7c8c2dfcbe4ad6fa3dcbc7b6..2f24b70b1eeea13560153b80f7d0a16b8fe04b3a 100644
--- a/telemetry/telemetry/core/network_controller.py
+++ b/telemetry/telemetry/core/network_controller.py
@@ -11,7 +11,6 @@ class NetworkController(object):
def __init__(self, network_controller_backend):
self._network_controller_backend = network_controller_backend
- self.InitializeIfNeeded()
def InitializeIfNeeded(self):
self._network_controller_backend.InitializeIfNeeded()
« no previous file with comments | « no previous file | telemetry/telemetry/internal/browser/browser_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698