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

Unified Diff: ui/file_manager/file_manager/background/js/progress_center.js

Issue 2883263002: Stop foreground depending on background in gyp v2 (Closed)
Patch Set: Format. Created 3 years, 7 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: 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);

Powered by Google App Engine
This is Rietveld 408576698