summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_service.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/appcache/appcache_service.cc')
-rw-r--r--webkit/appcache/appcache_service.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/webkit/appcache/appcache_service.cc b/webkit/appcache/appcache_service.cc
index 55ae766..b9a3079 100644
--- a/webkit/appcache/appcache_service.cc
+++ b/webkit/appcache/appcache_service.cc
@@ -65,11 +65,6 @@ class AppCacheService::NewAsyncHelper
callback_.Reset();
}
- static void DeferredCallCallback(const net::CompletionCallback& callback,
- int rv) {
- callback.Run(rv);
- }
-
AppCacheService* service_;
net::CompletionCallback callback_;
};