| Index: tools/perf/benchmarks/memory_infra.py
|
| diff --git a/tools/perf/benchmarks/memory_infra.py b/tools/perf/benchmarks/memory_infra.py
|
| index 495a9db8f3f255cb5b279a394b8b8339329da6bc..22ee079de8d24b58d89b1184e9febfa7c3596d2e 100644
|
| --- a/tools/perf/benchmarks/memory_infra.py
|
| +++ b/tools/perf/benchmarks/memory_infra.py
|
| @@ -82,15 +82,6 @@ class MemoryBenchmarkTop10Mobile(_MemoryInfra):
|
| 'com.google.android.deskclock')
|
|
|
|
|
| -#TODO(perezju): Remove when all bots are updated to the new benchmark name.
|
| -@benchmark.Disabled('all')
|
| -class MemoryHealthPlan(MemoryBenchmarkTop10Mobile):
|
| - """Alias of memory.top_10_mobile. (Deprecated)"""
|
| - @classmethod
|
| - def Name(cls):
|
| - return 'memory.memory_health_plan'
|
| -
|
| -
|
| # TODO(bashi): Workaround for http://crbug.com/532075.
|
| # @benchmark.Enabled('android') shouldn't be needed.
|
| @benchmark.Enabled('android')
|
|
|