| Index: content/public/browser/devtools_agent_host.h
|
| diff --git a/content/public/browser/devtools_agent_host.h b/content/public/browser/devtools_agent_host.h
|
| index 5715fd88ca20a6787763f353e67b7cea455cbc56..8f0705f962b078246d6d4f3231e66e4c526974d9 100644
|
| --- a/content/public/browser/devtools_agent_host.h
|
| +++ b/content/public/browser/devtools_agent_host.h
|
| @@ -29,6 +29,9 @@ class CONTENT_EXPORT DevToolsAgentHost
|
| // Agent host associated with WebContents.
|
| TYPE_WEB_CONTENTS,
|
|
|
| + // Agent host associated with RenderFrameHost.
|
| + TYPE_FRAME,
|
| +
|
| // Agent host associated with shared worker.
|
| TYPE_SHARED_WORKER,
|
|
|
|
|