summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/frame/opaque_frame.h
diff options
context:
space:
mode:
authorbeng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-07 19:45:53 +0000
committerbeng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-07 19:45:53 +0000
commit345ad0c9f42fc976d58a6adc8b4273735ea74095 (patch)
tree9076e3da0d7ced9fa6860506651be8c8ecb62760 /chrome/browser/views/frame/opaque_frame.h
parent47944fdd48561ab89248f23166d0b0dc8de8be7e (diff)
downloadchromium_src-345ad0c9f42fc976d58a6adc8b4273735ea74095.zip
chromium_src-345ad0c9f42fc976d58a6adc8b4273735ea74095.tar.gz
chromium_src-345ad0c9f42fc976d58a6adc8b4273735ea74095.tar.bz2
More improvements to the frames. Consolidate some of the optional bar (bookmark, info, download) showing/layout, add a notion of supported window features, hook up some accelerator handling goop etc.
B=1031854 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@529 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/frame/opaque_frame.h')
-rw-r--r--chrome/browser/views/frame/opaque_frame.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/views/frame/opaque_frame.h b/chrome/browser/views/frame/opaque_frame.h
index a8e31b0..ddd1c77 100644
--- a/chrome/browser/views/frame/opaque_frame.h
+++ b/chrome/browser/views/frame/opaque_frame.h
@@ -68,6 +68,11 @@ class OpaqueFrame : 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);
+
private:
// Return a pointer to the concrete type of our non-client view.
OpaqueNonClientView* GetOpaqueNonClientView() const;