| 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 0c812b73ff2c4d13fc36c84d1ad62d7d40478d0f..95deec6d903c13c54026ec47ba220d4ddf98adbc 100644
|
| --- a/content/browser/frame_host/navigator_delegate.cc
|
| +++ b/content/browser/frame_host/navigator_delegate.cc
|
| @@ -10,7 +10,8 @@ bool NavigatorDelegate::CanOverscrollContent() const {
|
| return false;
|
| }
|
|
|
| -bool NavigatorDelegate::ShouldTransferNavigation() {
|
| +bool NavigatorDelegate::ShouldTransferNavigation(
|
| + bool is_main_frame_navigation) {
|
| return true;
|
| }
|
|
|
|
|