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

Unified Diff: third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h

Issue 2604733002: SharedWorker: Make shared workers keyed by a pair of url and name (Closed)
Patch Set: clean up Created 4 years 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: third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h
diff --git a/third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h b/third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h
index 9d262feb7fef22094548591fe2a2f745b571612a..1e418811796f5d21adffe6510e1bb58003afa5b8 100644
--- a/third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h
+++ b/third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h
@@ -12,7 +12,6 @@ namespace blink {
// Describes errors that can occur while creating a SharedWorker.
enum WebWorkerCreationError {
WebWorkerCreationErrorNone = 0,
- WebWorkerCreationErrorURLMismatch,
WebWorkerCreationErrorSecureContextMismatch,
WebWorkerCreationErrorLast = WebWorkerCreationErrorSecureContextMismatch
};

Powered by Google App Engine
This is Rietveld 408576698