| Index: content/browser/frame_host/render_frame_host_manager.h
|
| diff --git a/content/browser/frame_host/render_frame_host_manager.h b/content/browser/frame_host/render_frame_host_manager.h
|
| index 9690fe4be79bcf0890f35fe6eed132299234b4bc..f141527ffcb7e2f70ca9b451eacd4b64ac7a23b4 100644
|
| --- a/content/browser/frame_host/render_frame_host_manager.h
|
| +++ b/content/browser/frame_host/render_frame_host_manager.h
|
| @@ -166,7 +166,7 @@ class CONTENT_EXPORT RenderFrameHostManager {
|
|
|
| // If the delegate is an inner WebContents, this method returns the
|
| // FrameTreeNode ID of the frame in the outer WebContents which hosts
|
| - // the inner WebContents. Returns FrameTreeNode::kFrameTreeNodeInvalidID
|
| + // the inner WebContents. Returns FrameTreeNode::kFrameTreeNodeInvalidId
|
| // if the delegate does not have an outer WebContents.
|
| virtual int GetOuterDelegateFrameTreeNodeId() = 0;
|
|
|
|
|