Chromium Code Reviews| Index: chrome/browser/debugger/inspectable_tab_proxy.h |
| diff --git a/chrome/browser/debugger/inspectable_tab_proxy.h b/chrome/browser/debugger/inspectable_tab_proxy.h |
| index 48e8216a7a2527159c0d147fdf6c7a0f35921bd6..d07e96e507b91369144c6f176449bf50d9fbfe77 100644 |
| --- a/chrome/browser/debugger/inspectable_tab_proxy.h |
| +++ b/chrome/browser/debugger/inspectable_tab_proxy.h |
| @@ -80,7 +80,7 @@ class DevToolsClientHostImpl : public DevToolsClientHost { |
| private: |
| // Message handling routines |
| void OnDebuggerOutput(const std::string& msg); |
| - void FrameNavigating(const std::string& url); |
| + virtual void FrameNavigating(const std::string& url); |
|
Nico
2011/01/27 03:55:17
OVERRIDE? :-P
(requires base/compiler_specific.h)
|
| void TabClosed(); |
| int32 id_; |