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

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

Issue 1174943004: [CacheStorage] Use URLRequestContextGetter instead of URLRequestContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments from PS4 Created 5 years, 6 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_context_impl.h
diff --git a/content/browser/cache_storage/cache_storage_context_impl.h b/content/browser/cache_storage/cache_storage_context_impl.h
index 2944a4090874dddf06d6704a54f38a698462172b..9130b12c2022f87a27c4ebb35184ac90b6c9eae3 100644
--- a/content/browser/cache_storage/cache_storage_context_impl.h
+++ b/content/browser/cache_storage/cache_storage_context_impl.h
@@ -59,7 +59,7 @@ class CONTENT_EXPORT CacheStorageContextImpl
// function immediately returns without forwarding to the
// CacheStorageManager.
void SetBlobParametersForCache(
- net::URLRequestContextGetter* request_context,
+ net::URLRequestContextGetter* request_context_getter,
ChromeBlobStorageContext* blob_storage_context);
private:

Powered by Google App Engine
This is Rietveld 408576698