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..1d04e1c88928d68b0a78391b7ef4ddfcb6c72c2f 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, |
+ int net_error, |
falken
2016/09/23 00:37:35
nit: make this net::Error (looks like all callers
maksims (do not use this acc)
2016/09/26 05:41:21
Done.
|
const std::string& status_message); |
// Used to retrieve the results of the initial run of a new version. |