| Index: webkit/appcache/appcache_storage_impl.h
|
| diff --git a/webkit/appcache/appcache_storage_impl.h b/webkit/appcache/appcache_storage_impl.h
|
| index f54295a8c4797fe7b3fc0096a74b60dba8500281..db87bbfa10e731e86329ec7380fcc53022759ae2 100644
|
| --- a/webkit/appcache/appcache_storage_impl.h
|
| +++ b/webkit/appcache/appcache_storage_impl.h
|
| @@ -154,10 +154,6 @@ class AppCacheStorageImpl : public AppCacheStorage {
|
| bool did_start_deleting_responses_;
|
| int64 last_deletable_response_rowid_;
|
|
|
| - // AppCacheDiskCache async callbacks
|
| - net::OldCompletionCallbackImpl<AppCacheStorageImpl> doom_callback_;
|
| - net::OldCompletionCallbackImpl<AppCacheStorageImpl> init_callback_;
|
| -
|
| // Created on the IO thread, but only used on the DB thread.
|
| AppCacheDatabase* database_;
|
|
|
|
|