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

Unified Diff: webkit/api/public/WebKitClient.h

Issue 340036: Initial pass of shared workers renderer-side code (Closed)
Patch Set: Changes reflecting review feedback Created 11 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: webkit/api/public/WebKitClient.h
diff --git a/webkit/api/public/WebKitClient.h b/webkit/api/public/WebKitClient.h
index a3076a44abf30a6f26b462ec3490e30d72ebc2bd..83ac70c0c078aafe6e0ffa6ce02d7e06a4407044 100644
--- a/webkit/api/public/WebKitClient.h
+++ b/webkit/api/public/WebKitClient.h
@@ -51,6 +51,7 @@ namespace WebKit {
class WebMimeRegistry;
class WebPluginListBuilder;
class WebSandboxSupport;
+ class WebSharedWorkerRepository;
class WebSocketStreamHandle;
class WebStorageNamespace;
class WebString;
@@ -224,6 +225,8 @@ namespace WebKit {
// sandbox isn't active).
virtual bool sandboxEnabled() = 0;
+ // Shared Workers ------------------------------------------------------
darin (slow to review) 2009/10/30 18:56:00 nit: should have two spaces above and one space be
+ virtual WebSharedWorkerRepository* sharedWorkerRepository() = 0;
// Sudden Termination --------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698