Chromium Code Reviews| 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)); |