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

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

Issue 7764011: File Manager: Assorted fixes and polish (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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: chrome/browser/resources/file_manager/js/mock_chrome.js
diff --git a/chrome/browser/resources/file_manager/js/mock_chrome.js b/chrome/browser/resources/file_manager/js/mock_chrome.js
index 70bb972deee18c2cea12d52b6a2d7ca4a616ccb5..3954af28d1bdf9e925b4bc9f3fdce84c7c445b3a 100644
--- a/chrome/browser/resources/file_manager/js/mock_chrome.js
+++ b/chrome/browser/resources/file_manager/js/mock_chrome.js
@@ -108,7 +108,9 @@ chrome.fileBrowserPrivate = {
}
}
- callback(candidateTasks);
rginda 2011/08/26 22:41:03 Test harness didn't exhibit the multiple-task-butt
+ setTimeout(function() {
+ callback(candidateTasks);
+ }, 200);
},
/**

Powered by Google App Engine
This is Rietveld 408576698