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

Unified Diff: content/test/gpu/gpu_tests/gpu_process.py

Issue 192613002: [Telemetry] rename _needs_browser_restart_after_each_run -> <...>_each_page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months 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 | « content/test/gpu/gpu_tests/context_lost.py ('k') | tools/perf/measurements/startup.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/gpu_process.py
diff --git a/content/test/gpu/gpu_tests/gpu_process.py b/content/test/gpu/gpu_tests/gpu_process.py
index 3143e421b1631a8f1cf9389db7b3daf14c61f778..88b324ac7025336550cb13b39abc2464638aafc9 100644
--- a/content/test/gpu/gpu_tests/gpu_process.py
+++ b/content/test/gpu/gpu_tests/gpu_process.py
@@ -21,7 +21,7 @@ test_harness_script = r"""
class GpuProcessValidator(page_test.PageTest):
def __init__(self):
super(GpuProcessValidator, self).__init__('ValidatePage',
- needs_browser_restart_after_each_run=True)
+ needs_browser_restart_after_each_page=True)
def CustomizeBrowserOptions(self, options):
options.AppendExtraBrowserArgs('--enable-gpu-benchmarking')
« no previous file with comments | « content/test/gpu/gpu_tests/context_lost.py ('k') | tools/perf/measurements/startup.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698