Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Unified Diff: tools/perf/page_sets/key_mobile_sites_repaint.py

Issue 820063003: [Telemetry] Rename RunRepaint to RunPageInteractions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: RunPageInteractionsness -> RunPageInteractions Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/measurements/repaint_unittest.py ('k') | tools/perf/page_sets/top_25_repaint.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/key_mobile_sites_repaint.py
diff --git a/tools/perf/page_sets/key_mobile_sites_repaint.py b/tools/perf/page_sets/key_mobile_sites_repaint.py
index cc2a056864c367b58ba576b848c4db5589c016e0..aace81a96d0ac43c44886bc6ca5388c2673e8115 100644
--- a/tools/perf/page_sets/key_mobile_sites_repaint.py
+++ b/tools/perf/page_sets/key_mobile_sites_repaint.py
@@ -14,7 +14,7 @@ def _RepaintContinously(action_runner):
def _CreatePageClassWithRepaintInteractions(page_cls):
class DerivedRepaintPage(page_cls): # pylint: disable=W0232
- def RunRepaintness(self, action_runner):
+ def RunPageInteractions(self, action_runner):
_RepaintContinously(action_runner)
return DerivedRepaintPage
@@ -28,7 +28,7 @@ class KeyMobileSitesRepaintPage(page_module.Page):
self.user_agent_type = 'mobile'
self.archive_data_file = 'data/key_mobile_sites_repaint.json'
- def RunRepaintness(self, action_runner):
+ def RunPageInteractions(self, action_runner):
_RepaintContinously(action_runner)
« no previous file with comments | « tools/perf/measurements/repaint_unittest.py ('k') | tools/perf/page_sets/top_25_repaint.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698