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

Unified Diff: ui/file_manager/externs/files_elements.js

Issue 1428983002: Fix closure compiler error. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/externs/files_elements.js
diff --git a/ui/file_manager/externs/files_elements.js b/ui/file_manager/externs/files_elements.js
index 06a265393587d8a6ac9a15f964d8e4e12ada92b7..757efacd072b9145b8d2a5e0840fe64e32b23ae8 100644
--- a/ui/file_manager/externs/files_elements.js
+++ b/ui/file_manager/externs/files_elements.js
@@ -82,6 +82,9 @@ AudioPlayerElement.prototype.tracks;
/** @type {Object} */
AudioPlayerElement.prototype.model;
+/** @type {boolean} */
+AudioPlayerElement.prototype.volumeSliderShown;
+
AudioPlayerElement.prototype.onPageUnload = function() {};
AudioPlayerElement.prototype.onAudioError = function() {};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698