| Index: ios/web/web_state/ui/crw_web_controller.h
|
| diff --git a/ios/web/web_state/ui/crw_web_controller.h b/ios/web/web_state/ui/crw_web_controller.h
|
| index fd9bf7ac1ccb083d52f3a6765084c38cfdc7b3a0..6e571019c9af48a2d35a19fe9b2ee74c1e6eef74 100644
|
| --- a/ios/web/web_state/ui/crw_web_controller.h
|
| +++ b/ios/web/web_state/ui/crw_web_controller.h
|
| @@ -9,6 +9,7 @@
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #import "ios/web/net/crw_request_tracker_delegate.h"
|
| +#import "ios/web/public/navigation_manager.h"
|
| #import "ios/web/public/web_state/crw_web_user_interface_delegate.h"
|
| #import "ios/web/public/web_state/js/crw_js_injection_evaluator.h"
|
| #import "ios/web/public/web_state/ui/crw_web_delegate.h"
|
| @@ -172,7 +173,7 @@ class WebStateImpl;
|
|
|
| // Start loading the URL specified in |originalParams|, with the specified
|
| // settings. Always resets the openedByScript property to NO.
|
| -- (void)loadWithParams:(const web::WebLoadParams&)originalParams;
|
| +- (void)loadWithParams:(const web::NavigationManager::WebLoadParams&)params;
|
|
|
| // Loads the URL indicated by current session state.
|
| - (void)loadCurrentURL;
|
|
|