| Index: chrome/browser/views/frame/opaque_frame.h
|
| ===================================================================
|
| --- chrome/browser/views/frame/opaque_frame.h (revision 5374)
|
| +++ chrome/browser/views/frame/opaque_frame.h (working copy)
|
| @@ -29,6 +29,8 @@
|
| explicit OpaqueFrame(BrowserView* browser_view);
|
| virtual ~OpaqueFrame();
|
|
|
| + void Init();
|
| +
|
| protected:
|
| // Overridden from BrowserFrame:
|
| virtual gfx::Rect GetWindowBoundsForClientBounds(
|
| @@ -40,6 +42,7 @@
|
|
|
| // Overridden from views::CustomFrameWindow:
|
| virtual void UpdateWindowIcon();
|
| + virtual int GetShowState() const;
|
|
|
| // Overridden from views::ContainerWin:
|
| virtual bool AcceleratorPressed(views::Accelerator* accelerator);
|
|
|