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

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: Fixed 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..921fdece07207fde8c990b9d7077e275a144f6b8 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});
} 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