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

Unified Diff: content/test/gpu/gpu_tests/context_lost.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 | « no previous file | content/test/gpu/gpu_tests/hardware_accelerated_feature.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/context_lost.py
diff --git a/content/test/gpu/gpu_tests/context_lost.py b/content/test/gpu/gpu_tests/context_lost.py
index 95836d4a845d2d2143d73efbbc20037aa2ae21c9..f009c85c0e962f676a80960a7dd1c5c99ca8ad5f 100644
--- a/content/test/gpu/gpu_tests/context_lost.py
+++ b/content/test/gpu/gpu_tests/context_lost.py
@@ -328,10 +328,11 @@ class ContextLost(benchmark_module.Benchmark):
file_path=data_path,
user_agent_type='desktop',
serving_dirs=set(['']))
- ps.AddPage(GPUProcessCrashesExactlyOnce(ps, ps.base_dir))
- ps.AddPage(WebGLContextLostFromGPUProcessExitPage(ps, ps.base_dir))
- ps.AddPage(WebGLContextLostFromLoseContextExtensionPage(ps, ps.base_dir))
- ps.AddPage(WebGLContextLostFromQuantityPage(ps, ps.base_dir))
- ps.AddPage(WebGLContextLostFromSelectElementPage(ps, ps.base_dir))
- ps.AddPage(WebGLContextLostInHiddenTabPage(ps, ps.base_dir))
+ ps.AddUserStory(GPUProcessCrashesExactlyOnce(ps, ps.base_dir))
+ ps.AddUserStory(WebGLContextLostFromGPUProcessExitPage(ps, ps.base_dir))
+ ps.AddUserStory(
+ WebGLContextLostFromLoseContextExtensionPage(ps, ps.base_dir))
+ ps.AddUserStory(WebGLContextLostFromQuantityPage(ps, ps.base_dir))
+ ps.AddUserStory(WebGLContextLostFromSelectElementPage(ps, ps.base_dir))
+ ps.AddUserStory(WebGLContextLostInHiddenTabPage(ps, ps.base_dir))
return ps
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/hardware_accelerated_feature.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698