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

Unified Diff: tools/perf/metrics/iometric.py

Issue 513543007: [Telemetry] Enable the sandbox for page cyclers on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@debug
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/metrics/iometric.py
diff --git a/tools/perf/metrics/iometric.py b/tools/perf/metrics/iometric.py
index b6d9bccb61c7668f90ed98021f157124e361699d..bb70f1ab39adf7481a2a79c2567786e095687099 100644
--- a/tools/perf/metrics/iometric.py
+++ b/tools/perf/metrics/iometric.py
@@ -14,7 +14,7 @@ class IOMetric(Metric):
@classmethod
def CustomizeBrowserOptions(cls, options):
# TODO(tonyg): This is the host platform, so not totally correct.
- if sys.platform != 'darwin':
+ if sys.platform not in ('darwin', 'win32'):
# TODO(playmobil): Get rid of this on all platforms crbug.com/361049.
options.AppendExtraBrowserArgs('--no-sandbox')
« 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