diff options
Diffstat (limited to 'content/public/browser/devtools_agent_host.h')
-rw-r--r-- | content/public/browser/devtools_agent_host.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/public/browser/devtools_agent_host.h b/content/public/browser/devtools_agent_host.h index 5715fd8..8f0705f 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, |