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

Unified Diff: content/browser/renderer_host/render_process_host_impl.h

Issue 297973002: Navigation transitions: Block first response until after transitions have run. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 years, 6 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/renderer_host/render_process_host_impl.h
diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
index 2728626246e884bb12101ca5c409831f63675df7..61f99107da172a7b81fd447f6c1d758f72478d33 100644
--- a/content/browser/renderer_host/render_process_host_impl.h
+++ b/content/browser/renderer_host/render_process_host_impl.h
@@ -263,6 +263,10 @@ class CONTENT_EXPORT RenderProcessHostImpl
ConnectTo(service_name, pipe.handle1.Pass());
}
+ // Call this function to resume the navigation when it was deferred
+ // immediately after receiving response headers.
+ void ResumeResponseDeferredAtStart(const GlobalRequestID& request_id);
+
protected:
// A proxy for our IPC::Channel that lives on the IO thread (see
// browser_process.h)
« no previous file with comments | « content/browser/renderer_host/render_message_filter.cc ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698