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

Unified Diff: tools/telemetry/telemetry/core/browser_unittest.py

Issue 23749004: Move more options to browser options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixups 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
Index: tools/telemetry/telemetry/core/browser_unittest.py
diff --git a/tools/telemetry/telemetry/core/browser_unittest.py b/tools/telemetry/telemetry/core/browser_unittest.py
index b794cb5b9c0511e0c8476f2fbc5ff039a14ad18b..c789cccc1e6610b21471d4e6eb87faf624907cd5 100644
--- a/tools/telemetry/telemetry/core/browser_unittest.py
+++ b/tools/telemetry/telemetry/core/browser_unittest.py
@@ -31,7 +31,7 @@ class BrowserTest(unittest.TestCase):
if not is_running_on_desktop:
logging.warn("Desktop-only test, skipping.")
return None
- options.profile_type = profile_type
+ options.browser_options.profile_type = profile_type
if extra_browser_args:
options.AppendExtraBrowserArgs(extra_browser_args)
« no previous file with comments | « tools/telemetry/telemetry/core/browser_options_unittest.py ('k') | tools/telemetry/telemetry/core/wpr_server.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698