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

Unified Diff: telemetry/telemetry/testing/fakes/__init__.py

Issue 1827323003: [Telemetry] Clear tracing state before browser start (Closed) Base URL: git@github.com:catapult-project/catapult@master
Patch Set: fix test Created 4 years, 9 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
Index: telemetry/telemetry/testing/fakes/__init__.py
diff --git a/telemetry/telemetry/testing/fakes/__init__.py b/telemetry/telemetry/testing/fakes/__init__.py
index ce5e034a11e18a552d66543346d8cc01f760a4cf..41dd87a96a245f8b7613bb59101a381dde38721b 100644
--- a/telemetry/telemetry/testing/fakes/__init__.py
+++ b/telemetry/telemetry/testing/fakes/__init__.py
@@ -273,6 +273,9 @@ class _FakeTracingController(object):
def is_tracing_running(self):
return self._is_tracing
+ def ClearStateIfNeeded(self):
+ pass
+
class _FakeNetworkController(object):
def __init__(self):

Powered by Google App Engine
This is Rietveld 408576698