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

Unified Diff: chrome/browser/profiles/profile_io_data.h

Issue 9375024: Get IPC working for Indexed DB in shared workers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: re-add webframe check 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
Index: chrome/browser/profiles/profile_io_data.h
diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h
index e70d70632516e710852db665adbdde3a6338c9e8..57dce9b0837abe4800a92174592eb315e8cb40dd 100644
--- a/chrome/browser/profiles/profile_io_data.h
+++ b/chrome/browser/profiles/profile_io_data.h
@@ -31,6 +31,7 @@ class IOThread;
class Profile;
class ProtocolHandlerRegistry;
class TransportSecurityPersister;
+class WebKitContext;
namespace fileapi {
class FileSystemContext;
@@ -155,6 +156,7 @@ class ProfileIOData {
scoped_refptr<ChromeAppCacheService> appcache_service;
scoped_refptr<ChromeBlobStorageContext> blob_storage_context;
scoped_refptr<fileapi::FileSystemContext> file_system_context;
+ scoped_refptr<WebKitContext> webkit_context;
scoped_refptr<quota::QuotaManager> quota_manager;
scoped_refptr<ExtensionInfoMap> extension_info_map;
DesktopNotificationService* notification_service;
@@ -287,6 +289,7 @@ class ProfileIOData {
mutable scoped_refptr<ChromeAppCacheService> appcache_service_;
mutable scoped_refptr<ChromeBlobStorageContext> blob_storage_context_;
mutable scoped_refptr<fileapi::FileSystemContext> file_system_context_;
+ mutable scoped_refptr<WebKitContext> webkit_context_;
mutable scoped_refptr<quota::QuotaManager> quota_manager_;
mutable scoped_refptr<content::HostZoomMap> host_zoom_map_;
mutable scoped_ptr<media_stream::MediaStreamManager> media_stream_manager_;
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_io_data.cc » ('j') | content/renderer/indexed_db/indexed_db_dispatcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698