| 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' +
|
| + ' must be closed and recording disabled and enabled again</p>';
|
|
|
| content.getElementsByTagName('a')[0].addEventListener(
|
| 'click', this.onDownloadData_.bind(this));
|
|
|