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

Unified Diff: content/common/throttling_url_loader.h

Issue 2982363002: Add support for fallback content for the frame. This includes main and subframes. (Closed)
Patch Set: More cleanup 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
« no previous file with comments | « content/browser/loader/url_loader_request_handler.cc ('k') | content/common/throttling_url_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/throttling_url_loader.h
diff --git a/content/common/throttling_url_loader.h b/content/common/throttling_url_loader.h
index bb15aefe4e638b5f7fa50e93e3a2d4942c996685..b6752f67d72a0f00ff052161e403959ecfbbe113 100644
--- a/content/common/throttling_url_loader.h
+++ b/content/common/throttling_url_loader.h
@@ -69,6 +69,7 @@ class CONTENT_EXPORT ThrottlingURLLoader : public mojom::URLLoaderClient,
void FollowRedirect();
void SetPriority(net::RequestPriority priority, int32_t intra_priority_value);
+ void DisconnectClient();
jam 2017/07/21 21:42:34 please separate this from the other methods (which
ananta 2017/07/21 23:19:04 Done.
private:
ThrottlingURLLoader(
« no previous file with comments | « content/browser/loader/url_loader_request_handler.cc ('k') | content/common/throttling_url_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698