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

Unified Diff: content/browser/cache_storage/cache_storage_manager.cc

Issue 2352853002: Disallow redundant Bind calls. (Closed)
Patch Set: static_assert message tweak Created 4 years, 3 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
Index: content/browser/cache_storage/cache_storage_manager.cc
diff --git a/content/browser/cache_storage/cache_storage_manager.cc b/content/browser/cache_storage/cache_storage_manager.cc
index b3c83dd91f899e1a1bc9f2ad68938655b893fa0d..9a026aa0b898367d5c8b9a8504d36cf0c03eb86e 100644
--- a/content/browser/cache_storage/cache_storage_manager.cc
+++ b/content/browser/cache_storage/cache_storage_manager.cc
@@ -307,7 +307,7 @@ void CacheStorageManager::GetOrigins(
PostTaskAndReplyWithResult(cache_task_runner_.get(), FROM_HERE,
base::Bind(&ListOriginsOnTaskRunner, root_path_),
- base::Bind(callback));
+ callback);
}
void CacheStorageManager::GetOriginsForHost(

Powered by Google App Engine
This is Rietveld 408576698