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

Unified Diff: tools/telemetry/telemetry/core/platform/profiler/__init__.py

Issue 23458037: Profiler.is_supported takes browser_type instead of options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix loading_profile.py Created 7 years, 3 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/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()

Powered by Google App Engine
This is Rietveld 408576698