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

Unified Diff: tools/bisect-manual-test.py

Issue 23480018: Fix page_cycler unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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/measurements/page_cycler_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bisect-manual-test.py
diff --git a/tools/bisect-manual-test.py b/tools/bisect-manual-test.py
index d01adc95bf857ad8f5eab13b2ed11fcf55bbf4ea..81519cb0cf4de393d87380738ea519c63fe8239f 100755
--- a/tools/bisect-manual-test.py
+++ b/tools/bisect-manual-test.py
@@ -42,7 +42,7 @@ def main():
'Starts browser with an optional url and asks user whether '
'revision is good or bad.\n')
- options = browser_options.BrowserOptions()
+ options = browser_options.BrowserFinderOptions()
parser = options.CreateParser(usage)
options, args = parser.parse_args()
« no previous file with comments | « no previous file | tools/perf/measurements/page_cycler_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698