Chromium Code Reviews| Index: webkit/glue/webdevtoolsclient_delegate.h |
| =================================================================== |
| --- webkit/glue/webdevtoolsclient_delegate.h (revision 15627) |
| +++ webkit/glue/webdevtoolsclient_delegate.h (working copy) |
| @@ -15,6 +15,7 @@ |
| virtual void SendMessageToAgent(const std::string& raw_msg) = 0; |
| virtual void SendDebuggerCommandToAgent(const std::string& command) = 0; |
| + virtual void ActivateWindow() = 0; |
| private: |
| DISALLOW_COPY_AND_ASSIGN(WebDevToolsClientDelegate); |