Commit 65a60fcb authored by tonyg's avatar tonyg Committed by Commit bot

[Telemetry] Enable the sandbox for page cyclers on Windows.

Everything seems to run fine locally.

BUG=270920

Review URL: https://codereview.chromium.org/513543007

Cr-Commit-Position: refs/heads/master@{#292714}
parent f0240366
......@@ -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')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment