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

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

Issue 917093003: Shorten Closure template notation from Array.<*> to Array<*>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove cvox Created 5 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
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 15d708b3daf3b1af00f431ed5096da458f8a1803..e412f3623bcb998e8a795a2653a44d9b534cef32 100644
--- a/content/browser/resources/media/dump_creator.js
+++ b/content/browser/resources/media/dump_creator.js
@@ -32,7 +32,7 @@ var DumpCreator = (function() {
'Download the PeerConnection updates and stats data' +
'</button></a></div>' +
'<p><label><input type=checkbox>' +
- 'Enable diagnostic audio recordings.</label></p>' +
+ 'Enable diagnostic audio recordings</label></p>' +
'<p>A diagnostic audio recording is used for analyzing audio' +
' problems. It contains the audio played out from the speaker and' +
' recorded from the microphone and is saved to the local disk.' +
@@ -52,7 +52,7 @@ var DumpCreator = (function() {
' disabled (--disable-audio-track-processing): (1) Only one recording' +
' per render process is supported. (2) When the box is unchecked or' +
' this page is closed, ongoing recordings will continue until the' +
- ' call ends or the page with the recording is closed.</p>';
+ ' call ends or the page with the recording is closed</p>';
content.getElementsByTagName('a')[0].addEventListener(
'click', this.onDownloadData_.bind(this));
« no previous file with comments | « components/dom_distiller/webui/resources/about_dom_distiller.js ('k') | content/browser/resources/media/ssrc_info_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698