| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index ad7297ea0cd4ebade521a39aa10040fff7c43f02..9fdbd0af2b2ccae1a58c8c84048cd28e443b9313 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -328,6 +328,7 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| // commit. We should ensure that the old RenderViewHost runs its unload
|
| // handler and determine whether a transfer to a different RenderViewHost is
|
| // needed.
|
| + // TODO(creis): Change to render_frame_id, then move this to RenderFrameHost.
|
| void OnCrossSiteResponse(
|
| const GlobalRequestID& global_request_id,
|
| scoped_ptr<CrossSiteTransferringRequest> cross_site_transferring_request,
|
|
|