| Index: public/web/WebDevToolsAgent.h
|
| diff --git a/public/web/WebDevToolsAgent.h b/public/web/WebDevToolsAgent.h
|
| index ec9d7308fbb5dd1010991ab7e289393373ef5ee2..2adad796c955b3b2b50c702e699f8a4a6b5f83b1 100644
|
| --- a/public/web/WebDevToolsAgent.h
|
| +++ b/public/web/WebDevToolsAgent.h
|
| @@ -50,8 +50,12 @@ class WebDevToolsAgent {
|
| public:
|
| virtual ~WebDevToolsAgent() {}
|
|
|
| + // FIXME: remove once migrated to the one with host_id.
|
| virtual void attach() = 0;
|
| virtual void reattach(const WebString& savedState) = 0;
|
| +
|
| + virtual void attach(const WebString& hostId) = 0;
|
| + virtual void reattach(const WebString& hostId, const WebString& savedState) = 0;
|
| virtual void detach() = 0;
|
|
|
| virtual void didNavigate() = 0;
|
|
|