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

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

Issue 2242883002: [CacheStorage] Use QueryCache everywhere (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits Created 4 years, 4 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.h
diff --git a/content/browser/cache_storage/cache_storage_manager.h b/content/browser/cache_storage/cache_storage_manager.h
index 1793d8fbef19966c6e52f73f1e83fca5769a8c54..dc47cdae5202acd9fff70afee285de34fcd55e17 100644
--- a/content/browser/cache_storage/cache_storage_manager.h
+++ b/content/browser/cache_storage/cache_storage_manager.h
@@ -68,9 +68,13 @@ class CONTENT_EXPORT CacheStorageManager {
void MatchCache(const GURL& origin,
const std::string& cache_name,
std::unique_ptr<ServiceWorkerFetchRequest> request,
+ const CacheStorageCacheQueryParams& match_params,
+
nhiroki 2016/08/18 00:05:42 blank line
jkarlin 2016/08/18 14:08:23 Done.
const CacheStorageCache::ResponseCallback& callback);
void MatchAllCaches(const GURL& origin,
std::unique_ptr<ServiceWorkerFetchRequest> request,
+ const CacheStorageCacheQueryParams& match_params,
+
nhiroki 2016/08/18 00:05:42 ditto.
jkarlin 2016/08/18 14:08:23 Done.
const CacheStorageCache::ResponseCallback& callback);
// This must be called before creating any of the public *Cache functions

Powered by Google App Engine
This is Rietveld 408576698