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

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

Issue 1774153003: Match all Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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_dispatcher_host.h
diff --git a/content/browser/cache_storage/cache_storage_dispatcher_host.h b/content/browser/cache_storage/cache_storage_dispatcher_host.h
index 77435096db24ebe8a1ee9b4859e4322351ea4591..78a51494bf9baf9e9593bea7695ef3c8a38dd4e3 100644
--- a/content/browser/cache_storage/cache_storage_dispatcher_host.h
+++ b/content/browser/cache_storage/cache_storage_dispatcher_host.h
@@ -128,8 +128,7 @@ class CONTENT_EXPORT CacheStorageDispatcherHost : public BrowserMessageFilter {
int request_id,
const scoped_refptr<CacheStorageCache>& cache,
CacheStorageError error,
- scoped_ptr<std::vector<ServiceWorkerResponse>> responses,
- scoped_ptr<CacheStorageCache::BlobDataHandles> blob_data_handles);
+ scoped_ptr<CacheStorageCache::QueryCacheResults> results);
void OnCacheMatchAll(int thread_id,
int request_id,
int cache_id,
« no previous file with comments | « content/browser/cache_storage/cache_storage_cache.cc ('k') | content/browser/cache_storage/cache_storage_dispatcher_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698