| Index: tools/perf/benchmarks/memory.py
|
| diff --git a/tools/perf/benchmarks/memory.py b/tools/perf/benchmarks/memory.py
|
| index b0eafacd7d72391ae634b955d433800967d4f0de..28c30faa5366d024c24bc46e93ea074ee0629fb6 100644
|
| --- a/tools/perf/benchmarks/memory.py
|
| +++ b/tools/perf/benchmarks/memory.py
|
| @@ -72,12 +72,6 @@ class MemoryBenchmarkTop10Mobile(_MemoryInfra):
|
| return False
|
|
|
| @classmethod
|
| - def ShouldDisable(cls, possible_browser):
|
| - # TODO(crbug.com/586148): Benchmark should not depend on DeskClock app.
|
| - return not possible_browser.platform.CanLaunchApplication(
|
| - 'com.google.android.deskclock')
|
| -
|
| - @classmethod
|
| def ValueCanBeAddedPredicate(cls, value, is_first_result):
|
| # TODO(crbug.com/610962): Remove this stopgap when the perf dashboard
|
| # is able to cope with the data load generated by TBMv2 metrics.
|
|
|