Disable e10s to see if we're still affected by the sandbox issue.

Bug:751211
Change-Id: I934e5d9607977467c603ac41080b0cffbeb61e0d
Reviewed-on: https://webrtc-review.googlesource.com/6820
Reviewed-by: Henrik Kjellander <kjellander@webrtc.org>
diff --git a/run_firefox_webrtc.py b/run_firefox_webrtc.py
index 13c7445..c96c6de 100755
--- a/run_firefox_webrtc.py
+++ b/run_firefox_webrtc.py
@@ -27,6 +27,10 @@
     # Automatically gives permission to access the camera/microphone and
     # bypasses the permission/selection dialog.
     'media.navigator.permission.disabled': True,
+
+    # TODO(phoglund): Disable e10s to see if we're still affected by
+    # the sandbox audio issue.
+    'browser.tabs.remote.autostart': False,
 }
 
 def main():