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

Unified Diff: chrome/test/data/webrtc/webrtc_jsep01_test.html

Issue 18769010: Updated Chrome Test pages to use adapter.js (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 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
Index: chrome/test/data/webrtc/webrtc_jsep01_test.html
===================================================================
--- chrome/test/data/webrtc/webrtc_jsep01_test.html (revision 210952)
+++ chrome/test/data/webrtc/webrtc_jsep01_test.html (working copy)
@@ -2,6 +2,9 @@
<html>
<head>
<title>WebRTC PyAuto Test</title>
+ <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>

Powered by Google App Engine
This is Rietveld 408576698