| Index: content/browser/frame_host/navigator_impl.h
|
| diff --git a/content/browser/frame_host/navigator_impl.h b/content/browser/frame_host/navigator_impl.h
|
| index 301a758f4f14796358e8cebbbe4f81dd74194515..f9c8583945b2727e30db8100c78654aff5497aa9 100644
|
| --- a/content/browser/frame_host/navigator_impl.h
|
| +++ b/content/browser/frame_host/navigator_impl.h
|
| @@ -56,6 +56,7 @@ class CONTENT_EXPORT NavigatorImpl : public Navigator {
|
| const GURL& url,
|
| SiteInstance* source_site_instance,
|
| const Referrer& referrer,
|
| + ui::PageTransition page_transition,
|
| WindowOpenDisposition disposition,
|
| bool should_replace_current_entry,
|
| bool user_gesture) override;
|
|
|