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

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: split out bug fix 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);
- },
-
], test.runTests, exports);
« extensions/renderer/resources/data_sender.js ('K') | « extensions/renderer/resources/data_sender.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698