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

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

Issue 348223003: [Telemetry] Cleanup: remove unused --report_root_metrics flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | 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 1a4514093e9cebeb66842e4137e810d284426a89..861145748bb430ece5d62dc2482173d8d20eae84 100644
--- a/tools/telemetry/telemetry/core/browser_options.py
+++ b/tools/telemetry/telemetry/core/browser_options.py
@@ -42,8 +42,6 @@ class BrowserFinderOptions(optparse.Values):
self.profiler = None
self.verbosity = 0
- self.report_root_metrics = False
-
self.browser_options = BrowserOptions()
self.output_file = None
self.skip_navigate_on_repeat = False
@@ -121,9 +119,6 @@ class BrowserFinderOptions(optparse.Values):
'test is executed at maximum CPU speed in order to minimize noise '
'(specially important for dashboards / continuous builds). '
'This option prevents Telemetry from tweaking such platform settings.')
- group.add_option(
- '--report-root-metrics', action='store_true',dest='report_root_metrics',
- help='Enable metrics that require root access to record.')
group.add_option('--android-rndis', dest='android_rndis', default=False,
action='store_true', help='Use RNDIS forwarding on Android.')
group.add_option('--no-android-rndis', dest='android_rndis',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698