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

Unified Diff: content/browser/loader/navigation_resource_handler.h

Issue 1811913003: PlzNavigate: support NavigationThrottle::WillProcessResponse (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on top of 1832803002 Created 4 years, 9 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/loader/navigation_resource_handler.h
diff --git a/content/browser/loader/navigation_resource_handler.h b/content/browser/loader/navigation_resource_handler.h
index e898663611c903f3ccbc1d373fbfa9c38b264872..b5ba53572ca7fea81276482ac4a9e0519fdac708 100644
--- a/content/browser/loader/navigation_resource_handler.h
+++ b/content/browser/loader/navigation_resource_handler.h
@@ -26,6 +26,9 @@ class NavigationResourceHandler : public ResourceHandler {
// Called to the loader to resume a paused redirect.
void FollowRedirect();
+ // Called to proceed with the response.
+ void ProceedWithResponse();
+
// ResourceHandler implementation.
void SetController(ResourceController* controller) override;
bool OnRequestRedirected(const net::RedirectInfo& redirect_info,
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | content/browser/loader/navigation_resource_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698