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

Unified Diff: content/test/gpu/page_sets/gpu_process_tests.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
Index: content/test/gpu/page_sets/gpu_process_tests.py
diff --git a/content/test/gpu/page_sets/gpu_process_tests.py b/content/test/gpu/page_sets/gpu_process_tests.py
index 56b7319c5aa494e43ea4c12270cc54f964937d7d..c21cabad52af5be2f50fd9169f917c40477083f6 100644
--- a/content/test/gpu/page_sets/gpu_process_tests.py
+++ b/content/test/gpu/page_sets/gpu_process_tests.py
@@ -48,6 +48,6 @@ class GpuProcessTestsPageSet(page_set_module.PageSet):
]
for url, name in urls_and_names_list:
- self.AddPage(GpuProcessTestsPage(url, name, self))
+ self.AddUserStory(GpuProcessTestsPage(url, name, self))
- self.AddPage(FunctionalVideoPage(self))
+ self.AddUserStory(FunctionalVideoPage(self))
« no previous file with comments | « content/test/gpu/gpu_tests/webgl_robustness.py ('k') | content/test/gpu/page_sets/gpu_rasterization_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698