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

Unified Diff: content/browser/appcache/appcache_url_loader_job.h

Issue 2982363002: Add support for fallback content for the frame. This includes main and subframes. (Closed)
Patch Set: Renamed the ThrottlingURLLoader's cancelled_by_throttle_ member to loader_cancelled_ and set it in … Created 3 years, 5 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/appcache/appcache_url_loader_job.h
diff --git a/content/browser/appcache/appcache_url_loader_job.h b/content/browser/appcache/appcache_url_loader_job.h
index d7ea502709cfebbcc07536d13c23b72f4c0cdc1b..0ee7867a3eba8746f4a0d15a9767829ca7fc5dd5 100644
--- a/content/browser/appcache/appcache_url_loader_job.h
+++ b/content/browser/appcache/appcache_url_loader_job.h
@@ -112,6 +112,11 @@ class CONTENT_EXPORT AppCacheURLLoaderJob : public AppCacheJob,
sub_resource_handler_ = std::move(handler);
}
+ // Binds to the URLLoaderClient instance passed in via the |client|
yzshen1 2017/07/24 17:48:54 The naming and comment are a little confusing: thi
ananta 2017/07/24 18:53:18 Thanks. Renamed to BindRequest
+ // parameter.
+ void BindToClient(mojom::URLLoaderClientPtr client,
+ mojom::URLLoaderRequest request);
+
protected:
// AppCacheJob::Create() creates this instance.
friend class AppCacheJob;

Powered by Google App Engine
This is Rietveld 408576698