summaryrefslogtreecommitdiffstats
path: root/content/content_child.gypi
diff options
context:
space:
mode:
authorkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-29 08:48:24 +0000
committerkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-29 08:48:24 +0000
commite0de67b7a6618a8ada7b3f39b4c57379bc8a9606 (patch)
treec77e7353afd62d5969d1bfba160e231c500694fc /content/content_child.gypi
parentd890d870f0fb201237505270db33109fbf330f22 (diff)
downloadchromium_src-e0de67b7a6618a8ada7b3f39b4c57379bc8a9606.zip
chromium_src-e0de67b7a6618a8ada7b3f39b4c57379bc8a9606.tar.gz
chromium_src-e0de67b7a6618a8ada7b3f39b4c57379bc8a9606.tar.bz2
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
Diffstat (limited to 'content/content_child.gypi')
-rw-r--r--content/content_child.gypi2
1 files changed, 0 insertions, 2 deletions
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',