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

Unified Diff: content/shell/shell_resource_context.h

Issue 9375024: Get IPC working for Indexed DB in shared workers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to ToT Created 8 years, 10 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
« no previous file with comments | « content/public/browser/resource_context.h ('k') | content/shell/shell_resource_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « content/public/browser/resource_context.h ('k') | content/shell/shell_resource_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698