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

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

Issue 405093004: Added dataChannel.id text field to peerconnection.html (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 6 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 | « no previous file | chrome/test/data/webrtc/manual/peerconnection_manual.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webrtc/manual/peerconnection.html
diff --git a/chrome/test/data/webrtc/manual/peerconnection.html b/chrome/test/data/webrtc/manual/peerconnection.html
index 2e1e1ff94f2c2f6139e0290c70de4d38db700155..41fc2166fb4ac7099678bd424d33c450ca4418bf 100644
--- a/chrome/test/data/webrtc/manual/peerconnection.html
+++ b/chrome/test/data/webrtc/manual/peerconnection.html
@@ -112,7 +112,9 @@
<button onclick="closeDataChannelFromHere();">Close</button>
status:
<input type="text" id="data-channel-status" size="10" value="not created"
- disabled="true" /><br/>
+ disabled="true"/>
+ ID:
+ <input type="text" id="data-channel-id" size="10"/><br/>
tnakamura 2014/07/21 13:38:26 Should the data channel ID field also be disabled/
DTMF Sender:
<button onclick="createDtmfSenderFromHere();">Create</button>
« no previous file with comments | « no previous file | chrome/test/data/webrtc/manual/peerconnection_manual.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698