Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: chrome/test/data/webrtc/webrtc_roap_test.html

Issue 10804004: Remove the deprecated PeerConnection that uses the ROAP protocol. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed trailing whitespace in webrtc.py Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/test/data/webrtc/roap_call.js ('k') | chrome/test/functional/webrtc_call.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html>
3 <head>
4 <title>WebRTC PyAuto Test</title>
5 <script type="text/javascript" src="test_functions.js"></script>
6 <script type="text/javascript" src="message_handling.js"></script>
7 <script type="text/javascript" src="getusermedia.js"></script>
8 <script type="text/javascript" src="roap_call.js"></script>
9 <script type="text/javascript" src="video_detector.js"></script>
10 </head>
11 <body>
12 <table border="0">
13 <tr>
14 <td>Local Preview</td>
15 <td>Remote Video</td>
16 </tr>
17 <tr>
18 <td><video width="320" height="240" id="local_view"
19 autoplay="autoplay"></video></td>
20 <td><video width="320" height="240" id="remote_view"
21 autoplay="autoplay"></video></td>
22 <td><canvas id="frame_buffer" style="visibility:hidden"></canvas></td>
23 </tr>
24 </table>
25 </body>
26 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/webrtc/roap_call.js ('k') | chrome/test/functional/webrtc_call.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698