| Index: content/browser/renderer_host/quota_dispatcher_host.cc
|
| diff --git a/content/browser/renderer_host/quota_dispatcher_host.cc b/content/browser/renderer_host/quota_dispatcher_host.cc
|
| index abf0b26b62dbe8f5888324b775eb3e1c85621d2e..a590d591e81575ed6cc3f9ed19a682870ae8fb8d 100644
|
| --- a/content/browser/renderer_host/quota_dispatcher_host.cc
|
| +++ b/content/browser/renderer_host/quota_dispatcher_host.cc
|
| @@ -206,9 +206,6 @@ QuotaDispatcherHost::QuotaDispatcherHost(
|
| permission_context_(permission_context) {
|
| }
|
|
|
| -QuotaDispatcherHost::~QuotaDispatcherHost() {
|
| -}
|
| -
|
| bool QuotaDispatcherHost::OnMessageReceived(
|
| const IPC::Message& message, bool* message_was_ok) {
|
| *message_was_ok = true;
|
| @@ -223,6 +220,8 @@ bool QuotaDispatcherHost::OnMessageReceived(
|
| return handled;
|
| }
|
|
|
| +QuotaDispatcherHost::~QuotaDispatcherHost() {}
|
| +
|
| void QuotaDispatcherHost::OnQueryStorageUsageAndQuota(
|
| int request_id,
|
| const GURL& origin,
|
|
|