Chromium Code Reviews| Index: chrome/browser/ui/extensions/native_shell_window.h |
| diff --git a/chrome/browser/ui/extensions/native_shell_window.h b/chrome/browser/ui/extensions/native_shell_window.h |
| index 002c7bb1a094d0e3b53dffa779d0ebdd7265ea37..aa2424409b2c2c5d04830f879d36056ed61725f3 100644 |
| --- a/chrome/browser/ui/extensions/native_shell_window.h |
| +++ b/chrome/browser/ui/extensions/native_shell_window.h |
| @@ -35,6 +35,11 @@ class NativeShellWindow : public BaseWindow { |
| virtual void HandleKeyboardEvent( |
| const content::NativeWebKeyboardEvent& event) = 0; |
| + // Called when the RenderViewHost is changed. |
| + // TODO(jianli): once http://crbug.com/123007 is fixed, we'll no longer need |
| + // this. |
| + virtual void RenderViewHostChanged() {} |
|
jeremya
2012/10/17 22:57:33
It might be better to keep this interface pure, th
|
| + |
| virtual ~NativeShellWindow() {} |
| }; |