| Index: content/public/browser/web_contents_delegate.cc
|
| diff --git a/content/public/browser/web_contents_delegate.cc b/content/public/browser/web_contents_delegate.cc
|
| index d4028fbefd6c1df08f130d9bf9a8ceed8a601114..808ab9fede045427113479d9d72d8db5e957c7ae 100644
|
| --- a/content/public/browser/web_contents_delegate.cc
|
| +++ b/content/public/browser/web_contents_delegate.cc
|
| @@ -63,6 +63,10 @@ bool WebContentsDelegate::ShouldFocusPageAfterCrash() {
|
| return true;
|
| }
|
|
|
| +bool WebContentsDelegate::ShouldResumeRequestsForCreatedWindow() {
|
| + return true;
|
| +}
|
| +
|
| bool WebContentsDelegate::TakeFocus(WebContents* source, bool reverse) {
|
| return false;
|
| }
|
|
|