diff options
Diffstat (limited to 'chrome/browser/views/frame/aero_glass_frame.h')
-rw-r--r-- | chrome/browser/views/frame/aero_glass_frame.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/views/frame/aero_glass_frame.h b/chrome/browser/views/frame/aero_glass_frame.h index f2e18a0..e8f298e 100644 --- a/chrome/browser/views/frame/aero_glass_frame.h +++ b/chrome/browser/views/frame/aero_glass_frame.h @@ -69,6 +69,11 @@ class AeroGlassFrame : public BrowserFrame, virtual gfx::Rect GetBoundsForTabStrip(TabStrip* tabstrip) const; virtual ChromeViews::Window* GetWindow(); + // Overridden from ChromeViews::HWNDViewContainer: + virtual bool AcceleratorPressed(ChromeViews::Accelerator* accelerator); + virtual bool GetAccelerator(int cmd_id, + ChromeViews::Accelerator* accelerator); + protected: // Overridden from ChromeViews::HWNDViewContainer: virtual LRESULT OnNCActivate(BOOL active); |