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

Unified Diff: extensions/test/data/data_receiver_unittest.js

Issue 646063003: Change data pipe wrappers used by SerialConnection to use message pipe. (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: extensions/test/data/data_receiver_unittest.js
diff --git a/extensions/test/data/data_receiver_unittest.js b/extensions/test/data/data_receiver_unittest.js
index e4fad3e3631fb4ea9dfd82f471121368205a732c..75d3ca76f99b882a944b66d4798762c9b05fb06a 100644
--- a/extensions/test/data/data_receiver_unittest.js
+++ b/extensions/test/data/data_receiver_unittest.js
@@ -175,11 +175,4 @@ unittestBindings.exportTests([
.then(test.succeed, test.fail);
},
- function testSourceShutdown() {
- createReceiver()
- .then(receiveAndCheckError(FATAL_ERROR))
- .then(closeReceiver)
- .then(test.succeed, test.fail);
- },
raymes 2014/10/17 02:11:10 And why is this deleted? (sorry this is probably m
Sam McNally 2014/10/20 05:13:00 Corresponding JS test for the other deletion.
-
], test.runTests, exports);

Powered by Google App Engine
This is Rietveld 408576698