Chromium Code Reviews

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: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 a0be1cf20a767c45a6879480478f803a08432735..d0d6a5942545dd3413730c9f38471ddfb1a65045 100644
--- a/content/browser/renderer_host/render_process_host_impl.h
+++ b/content/browser/renderer_host/render_process_host_impl.h
@@ -129,6 +129,8 @@ class CONTENT_EXPORT RenderProcessHostImpl
#endif
virtual void ResumeDeferredNavigation(const GlobalRequestID& request_id)
OVERRIDE;
+ virtual void ResumeResponseDeferredAtStart(const GlobalRequestID& request_id)
+ OVERRIDE;
virtual void NotifyTimezoneChange() OVERRIDE;
// IPC::Sender via RenderProcessHost.

Powered by Google App Engine