Index: ppapi/native_client/tools/browser_tester/browsertester/browserlauncher.py |
diff --git a/ppapi/native_client/tools/browser_tester/browsertester/browserlauncher.py b/ppapi/native_client/tools/browser_tester/browsertester/browserlauncher.py |
index 1b25f20385a2754cbd8e99aca62242d84be399ce..d4df7efa5aafa25bb8075940520ad85fb8023053 100755 |
--- a/ppapi/native_client/tools/browser_tester/browsertester/browserlauncher.py |
+++ b/ppapi/native_client/tools/browser_tester/browsertester/browserlauncher.py |
@@ -271,6 +271,8 @@ class ChromeLauncher(BrowserLauncher): |
# Windows (see http://crbug.com/169941). |
'--disable-web-resources', |
'--disable-preconnect', |
+ '--disable-sync', |
Mark Seaborn
2013/02/11 22:39:41
Comment that this is speculative. Presumably no s
|
+ '--dns-prefetch-disable', |
Mark Seaborn
2013/02/11 22:39:41
Comment that this removes a source of non-determin
|
'--no-first-run', |
'--no-default-browser-check', |
'--log-level=1', |