| Index: chrome/browser/views/frame/browser_frame.h
|
| ===================================================================
|
| --- chrome/browser/views/frame/browser_frame.h (revision 11945)
|
| +++ chrome/browser/views/frame/browser_frame.h (working copy)
|
| @@ -51,6 +51,8 @@
|
| // Tells the frame to update the throbber.
|
| void UpdateThrobber(bool running);
|
|
|
| + BrowserView* browser_view() const { return browser_view_; }
|
| +
|
| protected:
|
| // Overridden from views::WidgetWin:
|
| virtual bool AcceleratorPressed(views::Accelerator* accelerator);
|
| @@ -72,6 +74,7 @@
|
| virtual bool IsAppWindow() const { return true; }
|
| virtual views::NonClientFrameView* CreateFrameViewForWindow();
|
| virtual void UpdateFrameAfterFrameChange();
|
| + virtual views::RootView* CreateRootView();
|
|
|
| private:
|
| // Updates the DWM with the frame bounds.
|
|
|