| Index: trunk/src/content/browser/indexed_db/indexed_db_context_impl.h
|
| ===================================================================
|
| --- trunk/src/content/browser/indexed_db/indexed_db_context_impl.h (revision 202301)
|
| +++ trunk/src/content/browser/indexed_db/indexed_db_context_impl.h (working copy)
|
| @@ -66,8 +66,8 @@
|
| 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);
|
|
|