| Index: content/public/browser/navigation_handle.h
|
| diff --git a/content/public/browser/navigation_handle.h b/content/public/browser/navigation_handle.h
|
| index 153be328985bbcec83b244a096998778cc72d4a5..8028018026e6eb4c8c13a56c1501cfd2170a42a5 100644
|
| --- a/content/public/browser/navigation_handle.h
|
| +++ b/content/public/browser/navigation_handle.h
|
| @@ -218,7 +218,8 @@ class CONTENT_EXPORT NavigationHandle {
|
| const GURL& url,
|
| RenderFrameHost* render_frame_host,
|
| bool committed = false,
|
| - net::Error error = net::OK);
|
| + net::Error error = net::OK,
|
| + bool is_same_page = false);
|
|
|
| // Registers a NavigationThrottle for tests. The throttle can
|
| // modify the request, pause the request or cancel the request. This will
|
|
|