Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / tools / perf / metrics / iometric.py
index b6d9bcc..bb70f1a 100644 (file)
@@ -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')