| Index: content/public/browser/devtools_client_host.h
|
| diff --git a/content/public/browser/devtools_client_host.h b/content/public/browser/devtools_client_host.h
|
| index 6c9a218b4d4591b78dc060bf1d6f8a423f060b62..ef23c3e2ae10e23430309a9d9f4002c0053daf32 100644
|
| --- a/content/public/browser/devtools_client_host.h
|
| +++ b/content/public/browser/devtools_client_host.h
|
| @@ -43,8 +43,8 @@ class CONTENT_EXPORT DevToolsClientHost {
|
| // Invoked when the contents are replaced by another contents.
|
| virtual void ContentsReplaced(WebContents* new_contents) = 0;
|
|
|
| - // Creates DevToolsClientHost for TabContents containing default DevTools
|
| - // frontend implementation.
|
| + // Creates a DevToolsClientHost for a WebContents containing the default
|
| + // DevTools frontend implementation.
|
| static DevToolsClientHost* CreateDevToolsFrontendHost(
|
| WebContents* client_web_contents,
|
| DevToolsFrontendHostDelegate* delegate);
|
|
|