Chromium Code Reviews| Index: content/browser/debugger/devtools_window.h |
| diff --git a/content/browser/debugger/devtools_window.h b/content/browser/debugger/devtools_window.h |
| index 08a8b6d35414746e957285a71dd4fc1f5268e291..215bfe5af1582f05109ec10131ebe1622a513eca 100644 |
| --- a/content/browser/debugger/devtools_window.h |
| +++ b/content/browser/debugger/devtools_window.h |
| @@ -86,6 +86,7 @@ class DevToolsWindow |
| virtual bool PreHandleKeyboardEvent(const NativeWebKeyboardEvent& event, |
| bool* is_keyboard_shortcut); |
| virtual void HandleKeyboardEvent(const NativeWebKeyboardEvent& event); |
| + virtual content::JavaScriptDialogCreator* GetJavaScriptDialogCreator(); |
|
jam
2011/07/12 01:13:00
is this part of a different change?
|
| virtual void FrameNavigating(const std::string& url) {} |