| 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()
|
|
|