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

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

Issue 152923005: Don't overwrite WebRTC AEC dump file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review Created 6 years, 10 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 | « content/browser/renderer_host/render_process_host_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a6c8dda14f8751be83d52f0f2a5dd1601020ad6a..05b0fd243fd5e752155f6b7fde487c7e3f2f1c1c 100644
--- a/content/browser/resources/media/dump_creator.js
+++ b/content/browser/resources/media/dump_creator.js
@@ -42,7 +42,8 @@ var DumpCreator = (function() {
' future WebRTC calls, but an ongoing call will continue to record' +
' until the call is ended. Only recording in one tab is supported.' +
' If several tabs are running WebRTC calls, the resulting file will' +
- ' be invalid.</p>';
+ ' be invalid. To restart the dump, the tab with the call recorded' +
Ami GONE FROM CHROMIUM 2014/02/11 17:37:28 s/recorded/being recorded/
Henrik Grunell 2014/02/12 07:54:05 Done.
+ ' must be closed and recording disabled and enabled again</p>';
content.getElementsByTagName('a')[0].addEventListener(
'click', this.onDownloadData_.bind(this));
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698