diff options
Diffstat (limited to 'content/browser/quota_dispatcher_host.h')
| -rw-r--r-- | content/browser/quota_dispatcher_host.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/browser/quota_dispatcher_host.h b/content/browser/quota_dispatcher_host.h index d7c1571..d241ab5 100644 --- a/content/browser/quota_dispatcher_host.h +++ b/content/browser/quota_dispatcher_host.h @@ -31,8 +31,7 @@ class QuotaDispatcherHost : public BrowserMessageFilter { QuotaPermissionContext* permission_context); // BrowserMessageFilter: - virtual bool OnMessageReceived(const IPC::Message& message, - bool* message_was_ok) OVERRIDE; + virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; protected: virtual ~QuotaDispatcherHost(); |
