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

Unified Diff: tools/perf/metrics/__init__.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/measurements/tab_switching.py ('k') | tools/perf/metrics/io.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/metrics/__init__.py
diff --git a/tools/perf/metrics/__init__.py b/tools/perf/metrics/__init__.py
index a1b9e47ddf2c4f403ae54a46f4f5efefe4ad4c64..79c47abe8ed43fc736471294694b1a28e0564000 100644
--- a/tools/perf/metrics/__init__.py
+++ b/tools/perf/metrics/__init__.py
@@ -19,7 +19,7 @@ class Metric(object):
to be added, and they do not need to override this method; by
default, no browser options are added.
- To add options here, call options.AppendExtraBrowserArg(arg).
+ To add options here, call options.AppendExtraBrowserArgs(arg).
"""
pass
« no previous file with comments | « tools/perf/measurements/tab_switching.py ('k') | tools/perf/metrics/io.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698