Index: tools/telemetry/telemetry/core/platform/profiler/__init__.py |
diff --git a/tools/telemetry/telemetry/core/platform/profiler/__init__.py b/tools/telemetry/telemetry/core/platform/profiler/__init__.py |
index 2e48d3316b66dd4552282ccdf3400a9b2b10f6b7..402d544238e6c121d458e9397e469cdd6256494b 100644 |
--- a/tools/telemetry/telemetry/core/platform/profiler/__init__.py |
+++ b/tools/telemetry/telemetry/core/platform/profiler/__init__.py |
@@ -18,7 +18,7 @@ class Profiler(object): |
raise NotImplementedError() |
@classmethod |
- def is_supported(cls, options): |
+ def is_supported(cls, browser_type): |
"""True iff this profiler is currently supported by the platform.""" |
raise NotImplementedError() |