| Index: content/browser/dom_storage/dom_storage_message_filter.cc
|
| ===================================================================
|
| --- content/browser/dom_storage/dom_storage_message_filter.cc (revision 278168)
|
| +++ content/browser/dom_storage/dom_storage_message_filter.cc (working copy)
|
| @@ -47,7 +47,7 @@
|
| host_.reset();
|
| }
|
|
|
| -void DOMStorageMessageFilter::OnFilterAdded(IPC::Sender* sender) {
|
| +void DOMStorageMessageFilter::OnFilterAdded(IPC::Channel* channel) {
|
| context_->task_runner()->PostShutdownBlockingTask(
|
| FROM_HERE,
|
| DOMStorageTaskRunner::PRIMARY_SEQUENCE,
|
|
|