Index: content/shell/shell_resource_context.h |
diff --git a/content/shell/shell_resource_context.h b/content/shell/shell_resource_context.h |
index c243c35903f4f9f6ee5f8fe1f56872a4897eebb6..d2b041c598070fa6755f80943b55b9321e644ffd 100644 |
--- a/content/shell/shell_resource_context.h |
+++ b/content/shell/shell_resource_context.h |
@@ -36,6 +36,7 @@ class ShellResourceContext : public content::ResourceContext { |
virtual MediaObserver* GetMediaObserver() OVERRIDE; |
virtual media_stream::MediaStreamManager* GetMediaStreamManager() OVERRIDE; |
virtual AudioManager* GetAudioManager() OVERRIDE; |
+ virtual WebKitContext* GetWebKitContext() OVERRIDE; |
scoped_refptr<ShellURLRequestContextGetter> getter_; |
scoped_refptr<ChromeBlobStorageContext> blob_storage_context_; |