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

Unified Diff: content/browser/resources/media/dump_creator.js

Issue 1855193002: Move the call to enable the WebRTC event log from PeerConnectionFactory to PeerConnection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments by dcheng. Created 4 years, 8 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: content/browser/resources/media/dump_creator.js
diff --git a/content/browser/resources/media/dump_creator.js b/content/browser/resources/media/dump_creator.js
index 1f13256670e4de189bf40fe697ecccacb5be8a08..6aba75cfc6b0afbfcf668e5a2e9a1c4252779b57 100644
--- a/content/browser/resources/media/dump_creator.js
+++ b/content/browser/resources/media/dump_creator.js
@@ -66,8 +66,8 @@ var DumpCreator = (function() {
' WebRTC calls. When the box is unchecked or this page is closed,' +
' all ongoing recordings will be stopped and this recording' +
' functionality will be disabled for future WebRTC calls. Recording' +
- ' in multiple tabs or multiple recordings in the same tab is' +
- ' currently not supported. When enabling, a filename for the' +
+ ' in multiple tabs or multiple recordings in the same tab will cause' +
+ ' multiple log files to be created. When enabling, a filename for the' +
' recording can be selected. If an existing file is selected, it' +
' will be overwritten. </p>';
content.getElementsByTagName('a')[0].addEventListener(

Powered by Google App Engine
This is Rietveld 408576698