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

Unified Diff: content/browser/service_worker/service_worker_script_cache_map.h

Issue 2309793002: Use modified URLRequest::Read() and delegate methods in /service_worker/ (Closed)
Patch Set: nits 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/service_worker/service_worker_script_cache_map.h
diff --git a/content/browser/service_worker/service_worker_script_cache_map.h b/content/browser/service_worker/service_worker_script_cache_map.h
index acd23f3d00534af516b53c3385c05eec420d34d1..16ffe31c674db5f6c7ef1783bc5d6f53e3bacaef 100644
--- a/content/browser/service_worker/service_worker_script_cache_map.h
+++ b/content/browser/service_worker/service_worker_script_cache_map.h
@@ -37,7 +37,7 @@ class CONTENT_EXPORT ServiceWorkerScriptCacheMap {
void NotifyStartedCaching(const GURL& url, int64_t resource_id);
void NotifyFinishedCaching(const GURL& url,
int64_t size_bytes,
- const net::URLRequestStatus& status,
+ net::Error net_error,
const std::string& status_message);
// Used to retrieve the results of the initial run of a new version.

Powered by Google App Engine
This is Rietveld 408576698