| Index: content/browser/indexed_db/indexed_db_context_impl.h
|
| diff --git a/content/browser/indexed_db/indexed_db_context_impl.h b/content/browser/indexed_db/indexed_db_context_impl.h
|
| index f3964decb14669a41ac1bee29e84f4e284888f12..e40e6aef3d6a659f0e31080f0ea1e3a2c9a3fb47 100644
|
| --- a/content/browser/indexed_db/indexed_db_context_impl.h
|
| +++ b/content/browser/indexed_db/indexed_db_context_impl.h
|
| @@ -66,8 +66,8 @@ class CONTENT_EXPORT IndexedDBContextImpl
|
| OVERRIDE;
|
|
|
| // Methods called by IndexedDBDispatcherHost for quota support.
|
| - void ConnectionOpened(const GURL& origin_url, WebKit::WebIDBDatabase* db);
|
| - void ConnectionClosed(const GURL& origin_url, WebKit::WebIDBDatabase* db);
|
| + void ConnectionOpened(const GURL& origin_url, WebKit::WebIDBDatabase*);
|
| + void ConnectionClosed(const GURL& origin_url, WebKit::WebIDBDatabase*);
|
| void TransactionComplete(const GURL& origin_url);
|
| bool WouldBeOverQuota(const GURL& origin_url, int64 additional_bytes);
|
| bool IsOverQuota(const GURL& origin_url);
|
|
|