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

Unified Diff: chrome/browser/resources/file_manager/js/file_manager.js

Issue 10384179: Reduced 'Paste cancelled' butter exposition time. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« 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: chrome/browser/resources/file_manager/js/file_manager.js
diff --git a/chrome/browser/resources/file_manager/js/file_manager.js b/chrome/browser/resources/file_manager/js/file_manager.js
index 2285332c6f9952bf209bc5a0f5bd4cd3a2e038c3..4a90e050d648cc5f642e6f6db01f1a25e818d390 100644
--- a/chrome/browser/resources/file_manager/js/file_manager.js
+++ b/chrome/browser/resources/file_manager/js/file_manager.js
@@ -1264,7 +1264,7 @@ FileManager.prototype = {
break;
}
} else if (event.reason == 'CANCELLED') {
- this.showButter(str('PASTE_CANCELLED'));
+ this.showButter(str('PASTE_CANCELLED'), { timeout: 1000 });
Oleg Eterevsky 2012/05/15 09:39:40 I suspect it should be formatted as follows: {'ti
SeRya 2012/05/15 10:06:50 Quotas are not needed: http://google-styleguide.go
} else {
console.log('Unknown event reason: ' + event.reason);
}
« 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