Index: chrome/browser/ui/browser.cc |
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc |
index 7f10f61853dd71c68498b3106202b44f83af2ed6..1cc7aa0c787c884dcb7edff51057f35f7a059262 100644 |
--- a/chrome/browser/ui/browser.cc |
+++ b/chrome/browser/ui/browser.cc |
@@ -1740,6 +1740,10 @@ void Browser::SetTabContentBlocked(TabContents* tab_contents, bool blocked) { |
tab_contents->web_contents()->Focus(); |
} |
+BrowserWindow* Browser::GetBrowserWindow() { |
+ return window(); |
+} |
+ |
/////////////////////////////////////////////////////////////////////////////// |
// Browser, BlockedContentTabHelperDelegate implementation: |