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

Unified Diff: chrome/test/data/extensions/api_test/file_manager_browsertest/test_util.js

Issue 667843005: Files.app: Refactoring for the onMessage function of FIleManagerBrowserTest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/file_display.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/file_manager_browsertest/test_util.js
diff --git a/chrome/test/data/extensions/api_test/file_manager_browsertest/test_util.js b/chrome/test/data/extensions/api_test/file_manager_browsertest/test_util.js
index 2ca52c5585350cee78aebe1c6bd4f63da9d5402b..ea6da1ff5963698b43793e3369a33871f4386739 100644
--- a/chrome/test/data/extensions/api_test/file_manager_browsertest/test_util.js
+++ b/chrome/test/data/extensions/api_test/file_manager_browsertest/test_util.js
@@ -109,9 +109,6 @@ function addEntries(volumeNames, entries, opt_callback) {
name: 'addEntries',
volume: volume,
entries: entries
- }).then(function(result) {
- if (result !== "onEntryAdded")
- return Promise.reject('Failed to add entries to ' + volume + '.');
});
});
var resultPromise = Promise.all(volumeResultPromises);
« no previous file with comments | « chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/file_display.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698