| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 431b5b7d9dd05a23a75cb797e93ff0d76d31c559..8a930a4bfaa2dd9fd9c4d71024ccc730113ec90e 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -1750,6 +1750,10 @@ void Browser::SetTabContentBlocked(content::WebContents* web_contents,
|
| web_contents->Focus();
|
| }
|
|
|
| +BrowserWindow* Browser::GetBrowserWindow() {
|
| + return window();
|
| +}
|
| +
|
| ///////////////////////////////////////////////////////////////////////////////
|
| // Browser, BlockedContentTabHelperDelegate implementation:
|
|
|
|
|