| Index: ui/file_manager/file_manager/background/js/progress_center.js
|
| diff --git a/ui/file_manager/file_manager/background/js/progress_center.js b/ui/file_manager/file_manager/background/js/progress_center.js
|
| index 8437553991f23ad9e99690e8a82d1848bedd175f..cb7bb8942c548cdca19d14946139df6c823a1d26 100644
|
| --- a/ui/file_manager/file_manager/background/js/progress_center.js
|
| +++ b/ui/file_manager/file_manager/background/js/progress_center.js
|
| @@ -222,6 +222,7 @@ ProgressCenter.prototype.requestCancel = function(id) {
|
| /**
|
| * Called when notification is dismissed.
|
| * @param {string} id Item id.
|
| + * @private
|
| */
|
| ProgressCenter.prototype.onNotificationDismissed_ = function(id) {
|
| var item = this.getItemById(id);
|
|
|