Chromium Code Reviews| Index: components/web_contents_delegate_android/web_contents_delegate_android.cc |
| diff --git a/components/web_contents_delegate_android/web_contents_delegate_android.cc b/components/web_contents_delegate_android/web_contents_delegate_android.cc |
| index 8f599a16b03bcb97f0e50d73b32dc5f7f20474b1..bad6730d0726263235caef03bf73b78be98cdea5 100644 |
| --- a/components/web_contents_delegate_android/web_contents_delegate_android.cc |
| +++ b/components/web_contents_delegate_android/web_contents_delegate_android.cc |
| @@ -144,6 +144,10 @@ void WebContentsDelegateAndroid::AddNewContents( |
| NULL, |
| user_gesture); |
| } |
| + |
| + if (was_blocked) |
| + *was_blocked = false; |
|
joth
2013/08/20 22:44:36
seems like this should be !handled instead of fal
David Trainor- moved to gerrit
2013/08/21 17:25:13
I wasn't sure if whether or not we handled it actu
|
| + |
| if (!handled) |
| delete new_contents; |
| } |