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

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

Issue 23604005: [Telemetry] Implement dirty profile generation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@generate_profile
Patch Set: Rebase against trunk 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
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 f4440d90b2cb6e3a625a949b461b554ec418a1d6..7ca1876658f6c6e3234274b7ac593d2f6cddf049 100644
--- a/tools/telemetry/telemetry/core/browser_options.py
+++ b/tools/telemetry/telemetry/core/browser_options.py
@@ -39,6 +39,9 @@ class BrowserFinderOptions(optparse.Values):
self.extensions_to_load = []
self.clear_sytem_cache_for_browser_and_profile_on_start = False
+ # If set, copy the generated profile to this path on exit.
+ self.output_profile_path = None
+
self.cros_remote = None
self.wpr_mode = wpr_modes.WPR_OFF

Powered by Google App Engine
This is Rietveld 408576698