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

Unified Diff: tools/perf/measurements/thread_times_unittest.py

Issue 800863003: Kill PageSet.AddPage and its remaining usage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/task_execution_time_unittest.py ('k') | tools/telemetry/telemetry/page/page_set.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/thread_times_unittest.py
diff --git a/tools/perf/measurements/thread_times_unittest.py b/tools/perf/measurements/thread_times_unittest.py
index 44d7bd33221f3a10b36d2e1314dfac9653a4a0ae..df31a72abeaba9859bc21e2f48bf34b362923c1a 100644
--- a/tools/perf/measurements/thread_times_unittest.py
+++ b/tools/perf/measurements/thread_times_unittest.py
@@ -32,7 +32,7 @@ class ThreadTimesUnitTest(page_test_test_case.PageTestTestCase):
def testBasicForPageWithNoGesture(self):
ps = self.CreateEmptyPageSet()
- ps.AddPage(smoothness_unittest.AnimatedPage(ps))
+ ps.AddUserStory(smoothness_unittest.AnimatedPage(ps))
measurement = thread_times.ThreadTimes()
timeline_options = self._options
« no previous file with comments | « tools/perf/measurements/task_execution_time_unittest.py ('k') | tools/telemetry/telemetry/page/page_set.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698