Chromium Code Reviews| Index: manual/peerconnection.html |
| =================================================================== |
| --- manual/peerconnection.html (revision 188159) |
| +++ manual/peerconnection.html (working copy) |
| @@ -2,6 +2,9 @@ |
| <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 --> |
|
kjellander_chromium
2013/03/15 09:14:06
End comments with punctuation.
|
| + <script type="text/javascript" src="../adapter.js"></script> |
|
kjellander_chromium
2013/03/15 09:14:06
Use https://webrtc.googlecode.com/svn/trunk/sample
elham1
2013/03/21 22:36:27
Done.
|
| <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> |