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

Unified Diff: chrome/test/data/extensions/api_test/webrequest/test_types.js

Issue 2449913002: Support WebSocket in WebRequest API. (Closed)
Patch Set: Add tests for onAuthRequired path for WS handshake. Created 3 years, 10 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/webrequest/test_types.js
diff --git a/chrome/test/data/extensions/api_test/webrequest/test_types.js b/chrome/test/data/extensions/api_test/webrequest/test_types.js
index 561cd0c5cce3c75545f1e56f6fcdb71e44d95d74..c56a76570b25a2c09bf17fde6836ad4f60adf997 100644
--- a/chrome/test/data/extensions/api_test/webrequest/test_types.js
+++ b/chrome/test/data/extensions/api_test/webrequest/test_types.js
@@ -610,4 +610,6 @@ runTests([
};
frame.remove();
},
+
+ // Note: The 'websocket' type is tested separately in 'test_websocket.js'.
]);

Powered by Google App Engine
This is Rietveld 408576698