| Index: content/public/browser/web_contents_delegate.h
|
| diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
|
| index c17ff83c8104dbf0de3bc343a81c89ba7cdbf802..b7d17d294e0b56b8f18bba5df9fe567d5042fe78 100644
|
| --- a/content/public/browser/web_contents_delegate.h
|
| +++ b/content/public/browser/web_contents_delegate.h
|
| @@ -98,7 +98,7 @@
|
| // Allows the delegate to optionally cancel navigations that attempt to
|
| // transfer to a different process between the start of the network load and
|
| // commit. Defaults to true.
|
| - virtual bool ShouldTransferNavigation(bool is_main_frame_navigation);
|
| + virtual bool ShouldTransferNavigation();
|
|
|
| // Called to inform the delegate that the WebContents's navigation state
|
| // changed. The |changed_flags| indicates the parts of the navigation state
|
|
|