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

Unified Diff: webkit/tools/test_shell/test_shell_webkit_init.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/tools/test_shell/test_shell_webkit_init.h
diff --git a/webkit/tools/test_shell/test_shell_webkit_init.h b/webkit/tools/test_shell/test_shell_webkit_init.h
index 4ec7c55dc6b147c11aaba682b0031b6b6a4ac82a..1d1bca7b5e051280c8f63ce7a0fd197e0920e5f3 100644
--- a/webkit/tools/test_shell/test_shell_webkit_init.h
+++ b/webkit/tools/test_shell/test_shell_webkit_init.h
@@ -226,6 +226,10 @@ class TestShellWebKitInit : public webkit_glue::WebKitClientImpl {
}
#endif
+ virtual WebKit::WebSharedWorkerRepository* sharedWorkerRepository() {
+ return NULL;
+ }
+
private:
webkit_glue::SimpleWebMimeRegistryImpl mime_registry_;
MockWebClipboardImpl mock_clipboard_;
« webkit/api/src/SharedWorkerRepository.cpp ('K') | « webkit/api/src/SharedWorkerRepository.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698