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

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

Issue 21042002: Revert 214162 "Make Platform::queryStorageUsageAndQuota work fro..." (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 214171)
+++ trunk/src/content/worker/worker_webkitplatformsupport_impl.h (working copy)
@@ -23,7 +23,6 @@
}
namespace content {
-class QuotaMessageFilter;
class ThreadSafeSender;
class WebFileSystemImpl;
@@ -32,8 +31,7 @@
public:
WorkerWebKitPlatformSupportImpl(
ThreadSafeSender* sender,
- IPC::SyncMessageFilter* sync_message_filter,
- QuotaMessageFilter* quota_message_filter);
+ IPC::SyncMessageFilter* sync_message_filter);
virtual ~WorkerWebKitPlatformSupportImpl();
// WebKitPlatformSupport methods:
@@ -116,7 +114,6 @@
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