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

Unified Diff: trunk/src/content/worker/worker_webkitplatformsupport_impl.h

Issue 21039004: Revert 214172 "Revert 214162 "Make Platform::queryStorageUsageAn..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 5 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: trunk/src/content/worker/worker_webkitplatformsupport_impl.h
===================================================================
--- trunk/src/content/worker/worker_webkitplatformsupport_impl.h (revision 214172)
+++ trunk/src/content/worker/worker_webkitplatformsupport_impl.h (working copy)
@@ -23,6 +23,7 @@
}
namespace content {
+class QuotaMessageFilter;
class ThreadSafeSender;
class WebFileSystemImpl;
@@ -31,7 +32,8 @@
public:
WorkerWebKitPlatformSupportImpl(
ThreadSafeSender* sender,
- IPC::SyncMessageFilter* sync_message_filter);
+ IPC::SyncMessageFilter* sync_message_filter,
+ QuotaMessageFilter* quota_message_filter);
virtual ~WorkerWebKitPlatformSupportImpl();
// WebKitPlatformSupport methods:
@@ -114,6 +116,7 @@
scoped_refptr<ThreadSafeSender> thread_safe_sender_;
scoped_refptr<base::MessageLoopProxy> child_thread_loop_;
scoped_refptr<IPC::SyncMessageFilter> sync_message_filter_;
+ scoped_refptr<QuotaMessageFilter> quota_message_filter_;
};
} // namespace content
« no previous file with comments | « trunk/src/content/worker/worker_thread.cc ('k') | trunk/src/content/worker/worker_webkitplatformsupport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698