Chromium Code Reviews| Index: src/debug.h |
| =================================================================== |
| --- src/debug.h (revision 1572) |
| +++ src/debug.h (working copy) |
| @@ -441,7 +441,7 @@ |
| bool* pending_exception); |
| // Start the debugger agent listening on the provided port. |
| - static bool StartAgent(int port); |
| + static bool StartAgent(const char* name, int port); |
| // Stop the debugger agent. |
| static void StopAgent(); |