| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index 795bec5a678da5d77c5485d6e4a16b73063ecbd9..59188d0f9edc3b87ab981f1f7d6b348c52eb376d 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -161,10 +161,9 @@ class WebContents : public PageNavigator,
|
| const CreateParams& params,
|
| const SessionStorageNamespaceMap& session_storage_namespace_map);
|
|
|
| - // Returns a WebContents that wraps the RenderViewHost, or nullptr if the
|
| + // Returns the WebContents that owns the RenderViewHost, or nullptr if the
|
| // render view host's delegate isn't a WebContents.
|
| - CONTENT_EXPORT static WebContents* FromRenderViewHost(
|
| - const RenderViewHost* rvh);
|
| + CONTENT_EXPORT static WebContents* FromRenderViewHost(RenderViewHost* rvh);
|
|
|
| CONTENT_EXPORT static WebContents* FromRenderFrameHost(RenderFrameHost* rfh);
|
|
|
|
|