| Index: tools/perf/benchmarks/text_selection.py
|
| diff --git a/tools/perf/benchmarks/text_selection.py b/tools/perf/benchmarks/text_selection.py
|
| index 17c7141f7212f0446ecd6db5d7ae91ee2b9da225..da2fbf52289dd9f8d6a03549915493d97ae58e25 100644
|
| --- a/tools/perf/benchmarks/text_selection.py
|
| +++ b/tools/perf/benchmarks/text_selection.py
|
| @@ -38,6 +38,7 @@ class _TextSelection(perf_benchmark.PerfBenchmark):
|
|
|
| # See crbug.com/519044
|
| @benchmark.Disabled('all')
|
| +@benchmark.Owner(emails=['mfomitchev@chromium.org'])
|
| class TextSelectionDirection(_TextSelection):
|
| """Measure text selection metrics while dragging a touch selection handle on a
|
| subset of top ten mobile sites and using the 'direction' touch selection
|
| @@ -53,6 +54,7 @@ class TextSelectionDirection(_TextSelection):
|
|
|
| # See crbug.com/519044
|
| @benchmark.Disabled('all')
|
| +@benchmark.Owner(emails=['mfomitchev@chromium.org'])
|
| class TextSelectionCharacter(_TextSelection):
|
| """Measure text selection metrics while dragging a touch selection handle on a
|
| subset of top ten mobile sites and using the 'character' touch selection
|
|
|