| Index: chrome/browser/component/web_contents_delegate_android/web_contents_delegate_android.cc
|
| ===================================================================
|
| --- chrome/browser/component/web_contents_delegate_android/web_contents_delegate_android.cc (revision 154307)
|
| +++ chrome/browser/component/web_contents_delegate_android/web_contents_delegate_android.cc (working copy)
|
| @@ -133,7 +133,7 @@
|
| }
|
| }
|
|
|
| -void WebContentsDelegateAndroid::AddNewContents(
|
| +bool WebContentsDelegateAndroid::AddNewContents(
|
| WebContents* source,
|
| WebContents* new_contents,
|
| WindowOpenDisposition disposition,
|
| @@ -154,6 +154,7 @@
|
| }
|
| if (!handled)
|
| delete new_contents;
|
| + return true;
|
| }
|
|
|
| void WebContentsDelegateAndroid::ActivateContents(WebContents* contents) {
|
|
|