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

Unified Diff: webkit/appcache/appcache_backend_impl.h

Issue 8215002: base::Bind: Cleanup in test_shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix. Created 9 years, 2 months 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 | « content/browser/appcache/appcache_dispatcher_host.cc ('k') | webkit/appcache/appcache_backend_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/appcache/appcache_backend_impl.h
diff --git a/webkit/appcache/appcache_backend_impl.h b/webkit/appcache/appcache_backend_impl.h
index 67e7e99382d436b79f014af7ab0fd1d7345fd01e..0f817914cf3e84ba8c9e4fafaf535612b9eb69ec 100644
--- a/webkit/appcache/appcache_backend_impl.h
+++ b/webkit/appcache/appcache_backend_impl.h
@@ -41,11 +41,11 @@ class APPCACHE_EXPORT AppCacheBackendImpl {
bool SelectCacheForSharedWorker(int host_id, int64 appcache_id);
bool MarkAsForeignEntry(int host_id, const GURL& document_url,
int64 cache_document_was_loaded_from);
- bool GetStatusWithCallback(int host_id, GetStatusCallback* callback,
+ bool GetStatusWithCallback(int host_id, const GetStatusCallback& callback,
void* callback_param);
- bool StartUpdateWithCallback(int host_id, StartUpdateCallback* callback,
+ bool StartUpdateWithCallback(int host_id, const StartUpdateCallback& callback,
void* callback_param);
- bool SwapCacheWithCallback(int host_id, SwapCacheCallback* callback,
+ bool SwapCacheWithCallback(int host_id, const SwapCacheCallback& callback,
void* callback_param);
// Returns a pointer to a registered host. The backend retains ownership.
« no previous file with comments | « content/browser/appcache/appcache_dispatcher_host.cc ('k') | webkit/appcache/appcache_backend_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698