| Index: headless/public/headless_web_contents.h
|
| diff --git a/headless/public/headless_web_contents.h b/headless/public/headless_web_contents.h
|
| index 031045f0e964221915b32bcbeddf7523912b10ea..8fe6859c6f77907fbb275bcdb7a4b68907a71b0b 100644
|
| --- a/headless/public/headless_web_contents.h
|
| +++ b/headless/public/headless_web_contents.h
|
| @@ -77,6 +77,7 @@ class HEADLESS_EXPORT HeadlessWebContents {
|
|
|
| // Returns the frame tree node id associated with the |devtools_agent_host_id|
|
| // if any.
|
| + // TODO(alexclarke): Remove this, it doesn't work as expected.
|
| virtual bool GetFrameTreeNodeIdForDevToolsAgentHostId(
|
| const std::string& devtools_agent_host_id,
|
| int* frame_tree_node_id) const = 0;
|
|
|