| Index: content/browser/frame_host/navigator_delegate.cc
|
| diff --git a/content/browser/frame_host/navigator_delegate.cc b/content/browser/frame_host/navigator_delegate.cc
|
| index 6d9f0cade34f358c1d0f91bd147b48674ff7ab1f..416be628a96ca7fbc8545ab95007fa198c700e59 100644
|
| --- a/content/browser/frame_host/navigator_delegate.cc
|
| +++ b/content/browser/frame_host/navigator_delegate.cc
|
| @@ -10,8 +10,7 @@
|
| return false;
|
| }
|
|
|
| -bool NavigatorDelegate::ShouldTransferNavigation(
|
| - bool is_main_frame_navigation) {
|
| +bool NavigatorDelegate::ShouldTransferNavigation() {
|
| return true;
|
| }
|
|
|
|
|