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

Unified Diff: chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/file_display.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
Index: chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/file_display.js
diff --git a/chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/file_display.js b/chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/file_display.js
index c3b4c3ba1476131858b1a7e78f237a5e872802b8..e3d174ffc50f4769b7d19e09e62aca547c139ba9 100644
--- a/chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/file_display.js
+++ b/chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/file_display.js
@@ -69,7 +69,6 @@ testcase.fileDisplayMtp = function() {
},
// Wait for the mount.
function(result) {
- chrome.test.assertTrue(JSON.parse(result));
remoteCall.waitForElement(appId, MTP_VOLUME_QUERY).then(this.next);
},
// Click the MTP volume.

Powered by Google App Engine
This is Rietveld 408576698