From e0de67b7a6618a8ada7b3f39b4c57379bc8a9606 Mon Sep 17 00:00:00 2001 From: "kinuko@chromium.org" Date: Mon, 29 Jul 2013 08:48:24 +0000 Subject: Revert 214162 "Make Platform::queryStorageUsageAndQuota work fro..." > Make Platform::queryStorageUsageAndQuota work from worker threads > > For renderer/worker to browser side: > - Always use thread-local QuotaDispatcher > - Make QuotaDispatcher use ThreadSafeSender to send IPC msgs > - Keep ipc_thread_id:request_id mapping in QuotaMessageFilter > > For browser to renderer/worker side: > - Add QuotaMessageFilter to receive quota IPC msgs and > to relay the msgs to the correct thread's QuotaDispatcher > > BUG=259660 > TEST=no behavioral changes yet (fast/workers/*storagequota* after blink side changes) > R=jam@chromium.org, michaeln@chromium.org > > Review URL: https://codereview.chromium.org/20015002 TBR=kinuko@chromium.org Review URL: https://codereview.chromium.org/21042002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214172 0039d316-1c4b-4281-b951-d872f2087c98 --- content/content_child.gypi | 2 -- 1 file changed, 2 deletions(-) (limited to 'content/content_child.gypi') diff --git a/content/content_child.gypi b/content/content_child.gypi index fce636b..72d48b1 100644 --- a/content/content_child.gypi +++ b/content/content_child.gypi @@ -104,8 +104,6 @@ 'child/plugin_param_traits.h', 'child/quota_dispatcher.cc', 'child/quota_dispatcher.h', - 'child/quota_message_filter.cc', - 'child/quota_message_filter.h', 'child/request_extra_data.cc', 'child/request_extra_data.h', 'child/resource_dispatcher.cc', -- cgit v1.1