Index: tools/skp/page_sets/skia_googleplus_desktop.py |
diff --git a/tools/skp/page_sets/skia_googleplus_desktop.py b/tools/skp/page_sets/skia_googleplus_desktop.py |
index 78775dfb9a214e16ae2d68bd98276a686f51c6ea..aaeb94edacd2a6fb2f575685f4913b8a2337aec0 100644 |
--- a/tools/skp/page_sets/skia_googleplus_desktop.py |
+++ b/tools/skp/page_sets/skia_googleplus_desktop.py |
@@ -18,13 +18,6 @@ class SkiaBuildbotDesktopPage(page_module.Page): |
self.user_agent_type = 'desktop' |
self.archive_data_file = 'data/skia_googleplus_desktop.json' |
- def RunSmoothness(self, action_runner): |
- action_runner.ScrollElement() |
- |
- def RunNavigateSteps(self, action_runner): |
- action_runner.NavigateToPage(self) |
- action_runner.Wait(5) |
- |
class SkiaGoogleplusDesktopPageSet(page_set_module.PageSet): |