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

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: Changes from review. 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 a0be1cf20a767c45a6879480478f803a08432735..973fe8210433b81f60359600a7e514205a3ea8ef 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)
jam 2014/06/11 02:00:21 i think you copied the pattern for this one by put
shatch 2014/06/14 00:41:37 Done.
OVERRIDE;
+ virtual void ResumeResponseDeferredAtStart(
+ const GlobalRequestID& request_id) OVERRIDE;
jam 2014/06/11 02:00:21 this isn't overridding a method from the interface
shatch 2014/06/14 00:41:37 Done.
virtual void NotifyTimezoneChange() OVERRIDE;
// IPC::Sender via RenderProcessHost.

Powered by Google App Engine
This is Rietveld 408576698