Index: native_client_sdk/src/build_tools/test_projects.py |
diff --git a/native_client_sdk/src/build_tools/test_projects.py b/native_client_sdk/src/build_tools/test_projects.py |
index 7abd8e0505692af7521c6d8c1d3fe44716e0cd2f..517ab5ae3b845631299969c93ff5306f8d70a199 100755 |
--- a/native_client_sdk/src/build_tools/test_projects.py |
+++ b/native_client_sdk/src/build_tools/test_projects.py |
@@ -89,9 +89,6 @@ def GetBrowserTesterCommand(desc, toolchain, config): |
'--timeout', '30.0', # seconds |
# Prevent the infobar that shows up when requesting filesystem quota. |
'--browser_flag', '--unlimited-storage', |
- # Some samples need the use the socket API. Enabling this for all |
- # tests should be harmless. |
- '--browser_flag', '--allow-nacl-socket-api=localhost', |
] |
args.extend(['--serving_dir', GetServingDirForProject(desc)]) |