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

Unified Diff: third_party/WebKit/public/web/WebSharedWorkerRepositoryClient.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
« no previous file with comments | « third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebSharedWorkerRepositoryClient.h
diff --git a/third_party/WebKit/public/web/WebSharedWorkerRepositoryClient.h b/third_party/WebKit/public/web/WebSharedWorkerRepositoryClient.h
index b398de0389bbfc2252a21c8b80b3d82753c406be..b139ce63a69b1a1271236980cfa84e77abb80c20 100644
--- a/third_party/WebKit/public/web/WebSharedWorkerRepositoryClient.h
+++ b/third_party/WebKit/public/web/WebSharedWorkerRepositoryClient.h
@@ -49,7 +49,7 @@ class WebSharedWorkerRepositoryClient {
// given process).
using DocumentID = unsigned long long;
- // Creates a new shared worker connector. This may return null.
+ // Creates a new shared worker connector.
virtual std::unique_ptr<WebSharedWorkerConnector> createSharedWorkerConnector(
const WebURL& url,
const WebString& name,
« no previous file with comments | « third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698