| Index: headless/public/headless_web_contents.h
|
| diff --git a/headless/public/headless_web_contents.h b/headless/public/headless_web_contents.h
|
| index 93f6262eda0c89311ac95067abef21e5f2a66e26..a978b077b1bb6a0977879d82b0620f324c68b189 100644
|
| --- a/headless/public/headless_web_contents.h
|
| +++ b/headless/public/headless_web_contents.h
|
| @@ -85,6 +85,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;
|
|
|