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

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

Issue 22981005: [telemetry] Move Results options out of PageTest/Measurement into their own module. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge and lint. 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/telemetry/telemetry/page/csv_page_measurement_results.py » ('j') | 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 70d3c1ff3409ca10142b1ec65d2f46e0fbe39622..bf669f89bb6f0e914e1c009d8b9ae1cba408548a 100644
--- a/tools/telemetry/telemetry/core/browser_options.py
+++ b/tools/telemetry/telemetry/core/browser_options.py
@@ -216,10 +216,6 @@ class BrowserOptions(optparse.Values):
if self.profile_type == 'default':
self.dont_override_profile = True
- if ((hasattr(self, 'output_format') and self.output_format == 'html') and
- (not hasattr(self, 'output_file') or not self.output_file)):
- self.output_file = os.path.join(util.GetBaseDir(), 'results.html')
-
# Parse repeat options
self.repeat_options.UpdateFromParseResults(self, parser)
« no previous file with comments | « no previous file | tools/telemetry/telemetry/page/csv_page_measurement_results.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698