Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(557)

Unified Diff: webkit/appcache/appcache_storage_impl.h

Issue 8991001: base::Bind: Convert most of webkit/appcache. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix 2. Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/appcache/appcache_storage.cc ('k') | webkit/appcache/appcache_storage_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « webkit/appcache/appcache_storage.cc ('k') | webkit/appcache/appcache_storage_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698