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

Unified Diff: tools/telemetry/telemetry/core/platform/tracing_controller.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/telemetry/telemetry/core/platform/tracing_controller.py
diff --git a/tools/telemetry/telemetry/core/platform/tracing_controller.py b/tools/telemetry/telemetry/core/platform/tracing_controller.py
index dead411e15ec345d52f5cbe33a19737c00e202b7..018c9bf71019a94383e9c6ae73f7ca128aeddbdc 100644
--- a/tools/telemetry/telemetry/core/platform/tracing_controller.py
+++ b/tools/telemetry/telemetry/core/platform/tracing_controller.py
@@ -38,7 +38,3 @@ class TracingController(object):
def IsChromeTracingSupported(self):
"""Returns whether chrome tracing is supported."""
return self._tracing_controller_backend.IsChromeTracingSupported()
-
- def IsDisplayTracingSupported(self):
- """Returns whether platform display tracing is supported."""
- return self._tracing_controller_backend.IsDisplayTracingSupported()

Powered by Google App Engine
This is Rietveld 408576698