| Index: tools/perf/benchmarks/memory_infra.py
|
| diff --git a/tools/perf/benchmarks/memory_infra.py b/tools/perf/benchmarks/memory_infra.py
|
| index 4672f73bf25dc4e5c0547c6afd10ba549efe71e7..0ac77a33cb2c0579c7d73b375416753f7f42aedd 100644
|
| --- a/tools/perf/benchmarks/memory_infra.py
|
| +++ b/tools/perf/benchmarks/memory_infra.py
|
| @@ -163,7 +163,7 @@ class MemoryLongRunningIdleGmail(_MemoryV8Benchmark):
|
| return cls.IsSvelte(possible_browser) # http://crbug.com/611167
|
|
|
|
|
| -@benchmark.Disabled('android-webview') # http://crbug.com/612210
|
| +@benchmark.Enabled('has tabs') # http://crbug.com/612210
|
| class MemoryLongRunningIdleGmailBackground(_MemoryV8Benchmark):
|
| """Use (recorded) real world web sites and measure memory consumption
|
| of long running idle Gmail page """
|
|
|