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

Unified Diff: webkit/appcache/appcache_service.cc

Issue 9023002: Cleanup: Remove unused DeferredCallCallback. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/appcache/appcache_service.cc
diff --git a/webkit/appcache/appcache_service.cc b/webkit/appcache/appcache_service.cc
index 55ae7665a8379f9aa87f2052e77455907dbedee3..b9a307972668b5959eba82fc69fbeca0f795df5f 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_;
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698