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

Unified Diff: tools/perf/metrics/smoothness.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 | « tools/perf/metrics/memory.py ('k') | tools/perf/metrics/v8_object_stats.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/metrics/smoothness.py
diff --git a/tools/perf/metrics/smoothness.py b/tools/perf/metrics/smoothness.py
index cfb19b093c372530fd0dee77365f7a69e65922b2..de6331454a61ac6f084effbc05292595600aeb1a 100644
--- a/tools/perf/metrics/smoothness.py
+++ b/tools/perf/metrics/smoothness.py
@@ -18,7 +18,7 @@ class SmoothnessMetrics(object):
@classmethod
def CustomizeBrowserOptions(cls, options):
- options.AppendExtraBrowserArg('--enable-gpu-benchmarking')
+ options.AppendExtraBrowserArgs('--enable-gpu-benchmarking')
def Start(self):
self._tab.ExecuteJavaScript(
« no previous file with comments | « tools/perf/metrics/memory.py ('k') | tools/perf/metrics/v8_object_stats.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698