| Index: content/browser/frame_host/navigator_delegate.h
|
| diff --git a/content/browser/frame_host/navigator_delegate.h b/content/browser/frame_host/navigator_delegate.h
|
| index 71019d1045d8125bc35ecbb8d3d1630523c556c0..ca08298430c15d7d3d9ea6719fa4d74c14c22935 100644
|
| --- a/content/browser/frame_host/navigator_delegate.h
|
| +++ b/content/browser/frame_host/navigator_delegate.h
|
| @@ -115,7 +115,7 @@ class CONTENT_EXPORT NavigatorDelegate {
|
|
|
| // Returns whether to continue a navigation that needs to transfer to a
|
| // different process between the load start and commit.
|
| - virtual bool ShouldTransferNavigation();
|
| + virtual bool ShouldTransferNavigation(bool is_main_frame_navigation);
|
|
|
| // Returns whether URLs for aborted browser-initiated navigations should be
|
| // preserved in the omnibox. Defaults to false.
|
|
|