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

Unified Diff: chrome/test/data/webrtc/manual/constraints.html

Issue 23172002: Landing https://codereview.chromium.org/18769010/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/webrtc/jsep01_call.js ('k') | chrome/test/data/webrtc/manual/constraints.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webrtc/manual/constraints.html
diff --git a/chrome/test/data/webrtc/manual/constraints.html b/chrome/test/data/webrtc/manual/constraints.html
index bfd308afac6c2277df18e850ed349c2cb8be5fef..fcc9e6ffe12c49b29f67f94d33b7d8ed7de0454b 100644
--- a/chrome/test/data/webrtc/manual/constraints.html
+++ b/chrome/test/data/webrtc/manual/constraints.html
@@ -2,6 +2,8 @@
<html>
<head>
<title>WebRTC GetUserMedia Constraints Manual Test</title>
+ <!-- Load the polyfill to switch-hit between Chrome and Firefox -->
+ <script type="text/javascript" src="../adapter.js"></script>
<script type="text/javascript" src="constraints.js"></script>
<link rel="StyleSheet" type="text/css" href="stylesheet.css">
<meta charset="utf-8">
@@ -46,7 +48,7 @@
<input type="text" id="optional-max-height" size="4"/>
FPS: <input type="text" id="optional-max-fps" size="2"/>
Aspect ratio: <input type="text" id="optional-max-ar" size="2"/><br/>
- <button id="re-request" onclick="getUserMedia();">
+ <button id="re-request" onclick="doGetUserMedia();">
Request GetUserMedia
</button>
<h2>Messages</h2>
« no previous file with comments | « chrome/test/data/webrtc/jsep01_call.js ('k') | chrome/test/data/webrtc/manual/constraints.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698