| Index: content/browser/renderer_host/quota_dispatcher_host.h
|
| diff --git a/content/browser/renderer_host/quota_dispatcher_host.h b/content/browser/renderer_host/quota_dispatcher_host.h
|
| index 85917553256f593f920c68602b22f553760e7e63..c5c63474eeabd4ee16cbdf484dc14769b1c4fc1c 100644
|
| --- a/content/browser/renderer_host/quota_dispatcher_host.h
|
| +++ b/content/browser/renderer_host/quota_dispatcher_host.h
|
| @@ -29,10 +29,14 @@ class QuotaDispatcherHost : public content::BrowserMessageFilter {
|
| QuotaDispatcherHost(int process_id,
|
| quota::QuotaManager* quota_manager,
|
| content::QuotaPermissionContext* permission_context);
|
| - virtual ~QuotaDispatcherHost();
|
| +
|
| + // content::BrowserMessageFilter:
|
| virtual bool OnMessageReceived(const IPC::Message& message,
|
| bool* message_was_ok) OVERRIDE;
|
|
|
| + protected:
|
| + virtual ~QuotaDispatcherHost();
|
| +
|
| private:
|
| class RequestDispatcher;
|
| class QueryUsageAndQuotaDispatcher;
|
|
|