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

Unified Diff: chrome/test/data/file_manager/unit_tests/device_handler_unittest.js

Issue 476913003: Modify DeviceHandler to handle deviceFail event and add a message. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git branch Created 6 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/test/data/file_manager/unit_tests/device_handler_unittest.js
diff --git a/chrome/test/data/file_manager/unit_tests/device_handler_unittest.js b/chrome/test/data/file_manager/unit_tests/device_handler_unittest.js
index be06f80aebb0cc0ecc1fdbf940f9d53adf113e79..43769176e127b4d988d6338259bd55fcd0b9f590 100644
--- a/chrome/test/data/file_manager/unit_tests/device_handler_unittest.js
+++ b/chrome/test/data/file_manager/unit_tests/device_handler_unittest.js
@@ -56,7 +56,6 @@ function setUp() {
},
notifications: {
create: function(id, params, callback) {
- assertFalse(!!this.items[id]);
this.items[id] = params;
callback();
},

Powered by Google App Engine
This is Rietveld 408576698