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

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

Issue 24064002: Move clear_system_cache_for_browser_and_profile_on_start to BrowserOptions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « tools/telemetry/telemetry/core/browser.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 8fcb2e5761c615def016b4c893d455f6c67eacee..cf587de7be8f1f9016a006f8da6ce9f2159ccf2b 100644
--- a/tools/telemetry/telemetry/core/browser_options.py
+++ b/tools/telemetry/telemetry/core/browser_options.py
@@ -29,7 +29,6 @@ class BrowserFinderOptions(optparse.Values):
self.cros_ssh_identity = None
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
@@ -214,6 +213,8 @@ class BrowserOptions():
self._extra_browser_args = set()
self.extra_wpr_args = []
+ self.clear_sytem_cache_for_browser_and_profile_on_start = False
+
def AddCommandLineOptions(self, parser):
group = optparse.OptionGroup(parser, 'Browser options')
profile_choices = profile_types.GetProfileTypes()
« no previous file with comments | « tools/telemetry/telemetry/core/browser.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698