Index: content/browser/frame_host/navigator_impl.cc |
diff --git a/content/browser/frame_host/navigator_impl.cc b/content/browser/frame_host/navigator_impl.cc |
index 50787510ac49e81c23c39e6ca723f4163e07075d..8e36cfabedbc0407d74fff0047e689b78f95ad8e 100644 |
--- a/content/browser/frame_host/navigator_impl.cc |
+++ b/content/browser/frame_host/navigator_impl.cc |
@@ -516,7 +516,7 @@ void NavigatorImpl::DidNavigate( |
// message, which is sent inside DidNavigateFrame(). SwapOut needs the |
// origin because it creates a RenderFrameProxy that needs this to initialize |
// its security context. This origin will also be sent to RenderFrameProxies |
- // created via ViewMsg_New and FrameMsg_NewFrameProxy. |
+ // created via mojom::Renderer::CreateView and FrameMsg_NewFrameProxy. |
render_frame_host->frame_tree_node()->SetCurrentOrigin( |
params.origin, params.has_potentially_trustworthy_unique_origin); |