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

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

Issue 23512005: BrowserOptions.extra_browser_args is now a set. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 3 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 | « no previous file | tools/perf/benchmarks/pica.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/webgl_conformance.py
diff --git a/content/test/gpu/gpu_tests/webgl_conformance.py b/content/test/gpu/gpu_tests/webgl_conformance.py
index 2f39d716d9c6d54e09503dae380b229fec836694..57e5e93a2ebb7661fcc1960f68d157f565ef0b26 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance.py
@@ -66,7 +66,7 @@ class WebglConformanceValidator(page_test.PageTest):
raise page_test.Failure(_WebGLTestMessages(tab))
def CustomizeBrowserOptions(self, options):
- options.AppendExtraBrowserArg(
+ options.AppendExtraBrowserArgs(
'--disable-gesture-requirement-for-media-playback')
« no previous file with comments | « no previous file | tools/perf/benchmarks/pica.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698