| Index: test/data/webrtc/manual/peerconnection.html
 | 
| ===================================================================
 | 
| --- test/data/webrtc/manual/peerconnection.html	(revision 191906)
 | 
| +++ test/data/webrtc/manual/peerconnection.html	(working copy)
 | 
| @@ -2,6 +2,11 @@
 | 
|  <html>
 | 
|  <head>
 | 
|    <title>WebRTC PeerConnection Manual Test</title>
 | 
| +  <meta http-equiv="X-UA-Compatible" content="chrome=1"/>
 | 
| +  <!-- Load the polyfill to switch-hit between Chrome and Firefox -->
 | 
| +  <script type="text/javascript"
 | 
| +      src="https://webrtc.googlecode.com/svn/trunk/samples/js/base/adapter.js">
 | 
| +  </script>
 | 
|    <script type="text/javascript" src="../test_functions.js"></script>
 | 
|    <script type="text/javascript" src="../message_handling.js"></script>
 | 
|    <script type="text/javascript" src="../getusermedia.js"></script>
 | 
| 
 |