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

Unified 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, 5 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webrtc/webrtc_roap_test.html
diff --git a/chrome/test/data/webrtc/webrtc_roap_test.html b/chrome/test/data/webrtc/webrtc_roap_test.html
deleted file mode 100644
index f502cf1547af40eb86310a0ed04e8882abcdda5b..0000000000000000000000000000000000000000
--- a/chrome/test/data/webrtc/webrtc_roap_test.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
-<head>
- <title>WebRTC PyAuto Test</title>
- <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>
- <script type="text/javascript" src="roap_call.js"></script>
- <script type="text/javascript" src="video_detector.js"></script>
-</head>
-<body>
- <table border="0">
- <tr>
- <td>Local Preview</td>
- <td>Remote Video</td>
- </tr>
- <tr>
- <td><video width="320" height="240" id="local_view"
- autoplay="autoplay"></video></td>
- <td><video width="320" height="240" id="remote_view"
- autoplay="autoplay"></video></td>
- <td><canvas id="frame_buffer" style="visibility:hidden"></canvas></td>
- </tr>
- </table>
-</body>
-</html>
« 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