Index: chrome/browser/ui/views/frame/browser_frame.h |
=================================================================== |
--- chrome/browser/ui/views/frame/browser_frame.h (revision 88218) |
+++ chrome/browser/ui/views/frame/browser_frame.h (working copy) |
@@ -75,7 +75,7 @@ |
virtual bool GetAccelerator(int command_id, |
ui::Accelerator* accelerator) OVERRIDE; |
virtual ui::ThemeProvider* GetThemeProvider() const OVERRIDE; |
- virtual void OnNativeWindowActivationChanged(bool active) OVERRIDE; |
+ virtual void OnNativeWidgetActivationChanged(bool active) OVERRIDE; |
private: |
NativeBrowserFrame* native_browser_frame_; |