Index: chrome/browser/views/frame/browser_view.h |
=================================================================== |
--- chrome/browser/views/frame/browser_view.h (revision 28714) |
+++ chrome/browser/views/frame/browser_view.h (working copy) |
@@ -86,6 +86,9 @@ |
// there is no such association. |
static BrowserView* GetBrowserViewForNativeWindow(gfx::NativeWindow window); |
+ // Returns a Browser instance of this view. |
+ Browser* browser() const { return browser_.get(); } |
+ |
// Returns the show flag that should be used to show the frame containing |
// this view. |
int GetShowState() const; |