Chromium Code Reviews| Index: webkit/glue/webdevtoolsagent_impl.h |
| =================================================================== |
| --- webkit/glue/webdevtoolsagent_impl.h (revision 21519) |
| +++ webkit/glue/webdevtoolsagent_impl.h (working copy) |
| @@ -48,6 +48,9 @@ |
| int call_id, |
| const WebCore::String& function_name, |
| const WebCore::String& json_args); |
| + virtual void EvaluateJavaScript( |
| + int call_id, |
| + const WebCore::String& source); |
| virtual void ClearConsoleMessages(); |
| virtual void GetResourceContent( |
| int call_id, |