| Index: content/browser/frame_host/navigation_request.h
|
| diff --git a/content/browser/frame_host/navigation_request.h b/content/browser/frame_host/navigation_request.h
|
| index a7a760a28c28c7069cb078775a4b757c00263d48..80c5fc7264e9b9ece474fc29863d8bc50d16e106 100644
|
| --- a/content/browser/frame_host/navigation_request.h
|
| +++ b/content/browser/frame_host/navigation_request.h
|
| @@ -17,6 +17,7 @@
|
| namespace content {
|
|
|
| class FrameTreeNode;
|
| +class NavigationController;
|
| class NavigationURLLoader;
|
| class ResourceRequestBody;
|
| class SiteInstanceImpl;
|
| @@ -62,7 +63,7 @@ class CONTENT_EXPORT NavigationRequest : public NavigationURLLoaderDelegate {
|
| const NavigationEntryImpl& entry,
|
| FrameMsg_Navigate_Type::Value navigation_type,
|
| base::TimeTicks navigation_start,
|
| - const HistoryNavigationParams& history_params);
|
| + NavigationControllerImpl* controller);
|
|
|
| // Creates a request for a renderer-intiated navigation.
|
| // Note: |body| is sent to the IO thread when calling BeginNavigation, and
|
|
|