| Index: tools/perf/page_sets/system_health/searching_stories.py
|
| diff --git a/tools/perf/page_sets/system_health/searching_stories.py b/tools/perf/page_sets/system_health/searching_stories.py
|
| index 2e2c8f41701b3e3cd71db7965224bb6873838227..bdbc0460d4290e284179d56ad92633941e4f491e 100644
|
| --- a/tools/perf/page_sets/system_health/searching_stories.py
|
| +++ b/tools/perf/page_sets/system_health/searching_stories.py
|
| @@ -70,6 +70,7 @@ class SearchOmniboxStory(system_health_story.SystemHealthStory):
|
| action_runner.ScrollPage(use_touch=True, distance=500)
|
|
|
|
|
| +@decorators.Disabled('android-webview') # Webview does not have new tab page.
|
| class MobileNewTabPageStory(system_health_story.SystemHealthStory):
|
| """Story that loads new tab page and performs searches.
|
|
|
|
|