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

Unified Diff: tools/perf/measurements/smoothness_unittest.py

Issue 853353005: [Telemetry] Add tracing_agent API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unittest breakage (bug in tracing_controller_backend) Created 5 years, 11 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: tools/perf/measurements/smoothness_unittest.py
diff --git a/tools/perf/measurements/smoothness_unittest.py b/tools/perf/measurements/smoothness_unittest.py
index 121d7104dc2f9e7d2a0d153abf7cc9518bcc4daf..7e791087249f66c59030ab4f1cdae328b142dff5 100644
--- a/tools/perf/measurements/smoothness_unittest.py
+++ b/tools/perf/measurements/smoothness_unittest.py
@@ -17,8 +17,6 @@ class FakeTracingController(object):
self.category_filter = None
def Start(self, _options, category_filter, _timeout):
self.category_filter = category_filter
- def IsDisplayTracingSupported(self):
- return False
class FakePlatform(object):
def __init__(self):

Powered by Google App Engine
This is Rietveld 408576698