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

Unified Diff: chrome/test/data/ssl/unsafe_worker.js

Issue 2888333002: Send certificate errors from worker fetch context for off-main-thread-fetch. (Closed)
Patch Set: incorporated kinuko's comment Created 3 years, 7 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/ssl/unsafe_worker.js
diff --git a/chrome/test/data/ssl/unsafe_worker.js b/chrome/test/data/ssl/unsafe_worker.js
deleted file mode 100644
index 1ad6792c09c133a47b99745e2aff73436668d427..0000000000000000000000000000000000000000
--- a/chrome/test/data/ssl/unsafe_worker.js
+++ /dev/null
@@ -1,6 +0,0 @@
-var message = "failed";
-try {
- importScripts("REPLACE_WITH_IMPORTED_JS_URL");
-} catch(ex) {
-}
-postMessage(message);
« no previous file with comments | « chrome/test/data/ssl/unsafe_importing_worker.js ('k') | content/renderer/service_worker/worker_fetch_context_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698