diff options
Diffstat (limited to 'chrome/browser/debugger/debugger_remote_service.h')
| -rw-r--r-- | chrome/browser/debugger/debugger_remote_service.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/debugger/debugger_remote_service.h b/chrome/browser/debugger/debugger_remote_service.h index 02d75d3..7635117 100644 --- a/chrome/browser/debugger/debugger_remote_service.h +++ b/chrome/browser/debugger/debugger_remote_service.h @@ -68,11 +68,11 @@ class DebuggerRemoteService : public DevToolsRemoteListener { // Processes |message| from the remote debugger, where the tool is // "V8Debugger". Either sends the reply immediately or waits for an // asynchronous response from the V8 debugger. - virtual void HandleMessage(const DevToolsRemoteMessage& message); + virtual void HandleMessage(const DevToolsRemoteMessage& message) OVERRIDE; // Gets invoked on the remote debugger [socket] connection loss. // Notifies the InspectableTabProxy of the remote debugger detachment. - virtual void OnConnectionLost(); + virtual void OnConnectionLost() OVERRIDE; // Specifies a tool name ("V8Debugger") handled by this class. static const char kToolName[]; |
