Chromium Code Reviews| Index: chrome/renderer/devtools_client.h |
| =================================================================== |
| --- chrome/renderer/devtools_client.h (revision 15627) |
| +++ chrome/renderer/devtools_client.h (working copy) |
| @@ -35,6 +35,7 @@ |
| // WebDevToolsClient::Delegate implementation |
| virtual void SendMessageToAgent(const std::string& raw_msg); |
| virtual void SendDebuggerCommandToAgent(const std::string& command); |
| + virtual void ActivateWindow(); |
| private: |
| void OnRpcMessage(const std::string& raw_msg); |