| 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 37097170dbe62180282011b1e251906f4cdcd6e1..1fb1e46440925610bd2ffb9fa930b711b19a69f0 100644
|
| --- a/content/browser/frame_host/navigator_delegate.h
|
| +++ b/content/browser/frame_host/navigator_delegate.h
|
| @@ -113,7 +113,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.
|
|
|