Index: tools/perf/page_sets/maps.py |
diff --git a/tools/perf/page_sets/maps.py b/tools/perf/page_sets/maps.py |
index 4c56dad1dc48e0d7a7f8007800c341865ef1587a..44cc48733b14c3abb904474ab36c6fb7cd8a719e 100644 |
--- a/tools/perf/page_sets/maps.py |
+++ b/tools/perf/page_sets/maps.py |
@@ -27,7 +27,7 @@ class MapsPage(page_module.Page): |
action_runner.NavigateToPage(self) |
action_runner.Wait(3) |
- def RunSmoothness(self, action_runner): |
+ def RunPageInteractions(self, action_runner): |
action_runner.WaitForJavaScriptCondition('window.testDone', 120) |