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

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

Issue 466233002: [Telemetry] Improve unittest cycle time and fix testIFrame. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update gpu memory expectations Created 6 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 | « tools/telemetry/telemetry/core/backends/chrome/inspector_runtime_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/browser_options.py
diff --git a/tools/telemetry/telemetry/core/browser_options.py b/tools/telemetry/telemetry/core/browser_options.py
index a92f340c86bc45a7273fe64e339d2dc3c2659db0..211d1de65a0df10037338745e9dd38caeae578e8 100644
--- a/tools/telemetry/telemetry/core/browser_options.py
+++ b/tools/telemetry/telemetry/core/browser_options.py
@@ -195,7 +195,7 @@ class BrowserOptions(object):
self.browser_user_agent_type = None
self.clear_sytem_cache_for_browser_and_profile_on_start = False
- self.startup_url = None
+ self.startup_url = 'about:blank'
# Background pages of built-in component extensions can interfere with
# performance measurements.
« no previous file with comments | « tools/telemetry/telemetry/core/backends/chrome/inspector_runtime_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698