| Index: tools/perf/page_sets/key_mobile_sites_smooth.py | 
| diff --git a/tools/perf/page_sets/key_mobile_sites_smooth.py b/tools/perf/page_sets/key_mobile_sites_smooth.py | 
| index 3d009c5c799104cb69d4bca03aab1a2bb8659e61..19d96a85a603c82af670947353c8f25bcc86a2c4 100644 | 
| --- a/tools/perf/page_sets/key_mobile_sites_smooth.py | 
| +++ b/tools/perf/page_sets/key_mobile_sites_smooth.py | 
| @@ -69,17 +69,6 @@ class WowwikiSmoothPage(KeyMobileSitesSmoothPage): | 
| super(WowwikiSmoothPage, self).RunNavigateSteps(action_runner) | 
|  | 
|  | 
| -class GmailSmoothPage(key_mobile_sites_pages.GmailPage): | 
| - | 
| -  def RunPageInteractions(self, action_runner): | 
| -    with action_runner.CreateGestureInteraction('ScrollAction'): | 
| -      action_runner.ScrollElement(element_function=( | 
| -          'document.getElementById("views").childNodes[1].firstChild')) | 
| -    with action_runner.CreateGestureInteraction('ScrollAction'): | 
| -      action_runner.ScrollElement(element_function=( | 
| -          'document.getElementById("views").childNodes[1].firstChild')) | 
| - | 
| - | 
| class GroupClonedSmoothPage(key_mobile_sites_pages.GroupClonedPage): | 
|  | 
| def RunPageInteractions(self, action_runner): | 
|  |