Index: chrome/browser/debugger/devtools_window.h |
=================================================================== |
--- chrome/browser/debugger/devtools_window.h (revision 71789) |
+++ chrome/browser/debugger/devtools_window.h (working copy) |
@@ -95,6 +95,8 @@ |
bool* is_keyboard_shortcut); |
virtual void HandleKeyboardEvent(const NativeWebKeyboardEvent& event); |
+ virtual void FrameNavigating(const std::string& url) {} |
+ |
Profile* profile_; |
TabContents* inspected_tab_; |
TabContentsWrapper* tab_contents_; |