| 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 d01c20c5ee93272086353caefbdb2937aedbb7a9..38e19b1e4d82f0247f8d0375079a51d9ee9aa903 100644
|
| --- a/content/browser/frame_host/navigator_delegate.h
|
| +++ b/content/browser/frame_host/navigator_delegate.h
|
| @@ -113,7 +113,7 @@
|
|
|
| // Returns whether to continue a navigation that needs to transfer to a
|
| // different process between the load start and commit.
|
| - virtual bool ShouldTransferNavigation(bool is_main_frame_navigation);
|
| + virtual bool ShouldTransferNavigation();
|
|
|
| // Returns whether URLs for aborted browser-initiated navigations should be
|
| // preserved in the omnibox. Defaults to false.
|
|
|